@@ -88,6 +88,16 @@ spring:
shutdown-timeout: 100ms
password: ''
port: 6379
+ # mongodb 配置
+ data:
+ mongodb:
+ host: 192.168.0.99
+ port: 27017
+ #root:只在admin数据库中可用。超级账号,超级权限
+ username: root
+ password: hcst2024..
+ database: admin
+ authentication-database: admin
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:cn/com/ctop/**/xml/*Mapper.xml
@@ -104,6 +104,16 @@ spring:
password: hcst@2021..
+ host: 172.30.0.5
@@ -105,6 +105,16 @@ spring: