Commit 94be84853affe3027bb8315493407b6e6efa5cf3
1 parent
91b26afd
错别字修改
Showing
1 changed file
with
1 additions
and
1 deletions
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/JeecgSystemApplication.java
... | ... | @@ -17,7 +17,7 @@ import java.net.UnknownHostException; |
17 | 17 | /** |
18 | 18 | * 单体启动类(采用此类启动为单体模式) |
19 | 19 | * 特别提醒: |
20 | -* 1.需要集成mogodb请删除 exclude={MongoAutoConfiguration.class} | |
20 | +* 1.需要集成mongodb请删除 exclude={MongoAutoConfiguration.class} | |
21 | 21 | * 2.切换微服务 勾选profile的SpringCloud,这个类就无法启动,启动会报错 |
22 | 22 | */ |
23 | 23 | @Slf4j |
... | ... |