代码拉取完成,页面将自动刷新
同步操作将从 Shik/shik 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Shik包含的所有module(非util)都支持分布式管理
启动顺序:RA -> config -> other (其中我把 RA config 放在了服务器上)
shik
├── shik-common -- 公共模块
├── shik-RA -- 注册中心
| ├── shik-RA-common -- shik-RA 公共模块
| ├── shik-RA-1 -- spring cloud eureka server 1 [port:1111]
| └── shik-RA-2 -- spring cloud eureka server 1 [port:1112]
├── shik-config -- 配置中心
| ├── shik-config-common -- shik-config 公共模块
| └── shik-config-1 -- git仓(shik-common.config-repo)公共配置文件 [port:8881]
├── shik-zuul -- 网管路由, 对外统一入口
| ├── shik-zuul-common -- shik-zuul 公共模块
| └── shik-zuul-1 -- 路由转发 [port:5551]
├── shik-jdbc -- util jar
| ├── shik-jdbc-common -- shik-jdbc 公共模块
| ├── shik-jdbc-jpa -- 整合jpa
| └── shik-jdbc-mybatis -- 整合mybatis
├── shik-redis -- util jar
| ├── shik-redis-commong -- shik-redis 公共模块
| └── shik-redis-jedis -- 整合jedis
├── shik-quartz -- util jar
| ├── shik-quartz-commong -- shik-quartz 公共模块
| ├── shik-quartz-config -- 自定义配置方式
| └── shik-quartz-annotation -- 注解方式
├── shik-freemarker -- util jar
| ├── shik-freemarker-commong -- shik-freemarker 公共模块
| └── shik-freemarker-config -- 整合freemarker
├── shik-dao -- dao层
| ├── shik-dao-common -- shik-dao 公共模块
| ├── shik-dao-upms -- upms模块dao [port:4441]
| ├── shik-dao-web -- web模块dao [port:4442]
| └── shik-dao-admin -- admin模块dao [port:4443]
├── shik-pay -- 支付
| ├── shik-pay-common -- shik-pay 公共模块
| └── shik-pay-1 -- 支付 [port:9991]
├── shik-login -- 登录
| ├── shik-login-common -- shik-login 公共模块
| └── shik-login-1 -- 登录 [port:7771]
├── shik-upms -- 权限管理
| ├── shik-upms-common -- shik-upms 公共模块
| └── shik-upms-1 -- 权限管理 [port:2221]
├── shik-web -- web网站
| ├── shik-web-common -- shik-web 公共模块
| └── shik-web-1 -- web网站 [port:3331]
└── shik-admin -- 后台管理
├── shik-admin-common -- shik-admin 公共模块
└── shik-admin-1 -- 后台管理 [port:6661]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。