Ver Fonte

调整docker配置

zhangqiang há 10 meses atrás
pai
commit
5f53d828db

+ 2 - 0
jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml

@@ -174,6 +174,8 @@ spring:
     host: 69.230.201.115
     port: 6379
     password: ''
+  main:
+    allow-bean-definition-overriding: true
 #mybatis plus 设置
 mybatis-plus:
   mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml