更新docker-compose文件

This commit is contained in:
zhouchengrong
2023-07-21 11:02:59 +08:00
parent 4e4623cdda
commit 01743f4218
5 changed files with 64 additions and 86 deletions

View File

@@ -41,26 +41,6 @@
"type": "java.lang.String",
"sourceType": "com.ai.da.common.config.FileProperties"
},
{
"name": "file.linux.path",
"type": "java.lang.String",
"sourceType": "com.ai.da.common.config.FileProperties$ElPath"
},
{
"name": "file.mac.path",
"type": "java.lang.String",
"sourceType": "com.ai.da.common.config.FileProperties$ElPath"
},
{
"name": "file.sys.path",
"type": "java.lang.String",
"sourceType": "com.ai.da.common.config.FileProperties$ElPath"
},
{
"name": "file.windows.path",
"type": "java.lang.String",
"sourceType": "com.ai.da.common.config.FileProperties$ElPath"
},
{
"name": "spring.security.auth-api",
"type": "java.lang.String",

View File

@@ -3,8 +3,8 @@ server.port=5567
#datasource
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://18.167.251.121:33006/aida?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.username=nacos
spring.datasource.password=nacos
#security
spring.security.jwtSecret=JWTSECRET