# dillon-boot **Repository Path**: javaboydennis/dillon-boot ## Basic Information - **Project Name**: dillon-boot - **Description**: 基于 java Swing 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 30 - **Created**: 2022-07-05 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dillon 后台管理系统 基于 java Swing 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构 (后端使用[若依/RuoYi-Cloud](https://gitee.com/y_project/RuoYi-Cloud)改造)目前功能没做完,只做了登录和用户管理,后续陆续补上 # 平台简介 dillon-boot是一套全部开源的快速开发平台,给个人及企业免费使用。 * 采用前后端分离的模式,前端使用java Swing。 * 后端采用Spring Boot、Spring Cloud & Alibaba。 * 注册中心、配置中心选型Nacos,权限认证使用Redis。 * 流量控制框架选型Sentinel,分布式事务选型Seata。 # 系统模块 ~~~ org.dillon ├── dillon-ui // 前端框架 [80] └──dillon-swingcomponent //swing组件库 └──dillon-ui-javafx //javafx版前端 └──dillon-ui-swing //javaSwing版前端 ├── dillon-gateway // 网关模块 [8080] ├── dillon-auth // 认证中心 [9200] ├── dillon-common // 通用模块 │ └── dillon-common-core // 核心模块 │ └── dillon-common-datascope // 权限范围 │ └── dillon-common-datasource // 多数据源 │ └── dillon-common-log // 日志记录 │ └── dillon-common-redis // 缓存服务 │ └── dillon-common-security // 安全模块 │ └── dillon-common-swagger // 系统接口 ├── dillon-service // 业务模块 │ └── dillon-system // 系统模块 [9201] │ └── dillon-system-api // 系统接口 │ └── dillon-system-biz // 系统管理 ├──pom.xml // 公共依赖 ~~~ # 后台启动类顺序 1. ` com.alibaba.nacos.DillonNacosApplication ` 2. ` org.dillon.gateway.DillonGatewayApplication ` 3. ` org.dillon.auth.DillonAuthApplication ` 4. ` org.dillon.system.DillonSystemApplication ` # swing前台启动类 * `org.dillon.swingui.DillonBootUIApplication` ## 演示图
登录
主页
用户管理