mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
优化文档说明
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
- ruoyi-file(文件模块)
|
||||
- ruoyi-job(定时任务模块)
|
||||
- 其他后续追加的业务模块...
|
||||
2. nacos配置使用**GROUP_ALL_IN_1**分组
|
||||
2. nacos配置使用**DEFAULT_GROUP**分组
|
||||
3. ruoyi-system模块的入口启动类使用`com.ruoyi.system.RuoYiSystemApplication`
|
||||
4. 注解掉ruoyi-system模块里其他模式的入口启动类
|
||||
5. 【可选】ruoyi-system模块的`bootstrap.yml`里,关闭配置项:`spring.main.allow-bean-definition-overriding: false`
|
||||
@@ -22,7 +22,7 @@
|
||||
- ruoyi-file(文件模块)
|
||||
- ruoyi-job(定时任务模块)
|
||||
- 其他后续追加的业务模块...
|
||||
2. nacos配置使用**DEFAULT_GROUP**分组
|
||||
2. nacos配置使用**GROUP_ALL_IN_1**分组
|
||||
3. ruoyi-system模块的入口启动类使用`com.ruoyi.SystemAllApplication`
|
||||
4. 注解掉ruoyi-system模块里其他模式的入口启动类
|
||||
5. ruoyi-system模块的`bootstrap.yml`里,确保开启配置项:`spring.main.allow-bean-definition-overriding: true`
|
||||
|
||||
Reference in New Issue
Block a user