配置文件更新
This commit is contained in:
@@ -8,10 +8,10 @@ erp:
|
||||
username: erp
|
||||
password: erp
|
||||
sqlserver:
|
||||
enabled: false
|
||||
jdbcurl: jdbc:sqlserver://47.97.157.227:1433;DatabaseName=testdb-lx
|
||||
username: sa
|
||||
password: Nl@123
|
||||
enabled: true
|
||||
jdbcurl: jdbc:sqlserver://10.14.0.174:1433;DatabaseName=wcs-xr
|
||||
username: mes
|
||||
password: 123456
|
||||
#配置数据源
|
||||
spring:
|
||||
datasource:
|
||||
@@ -68,7 +68,6 @@ spring:
|
||||
database: ${REDIS_DB:15}
|
||||
host: ${REDIS_HOST:10.16.1.25}
|
||||
port: ${REDIS_PORT:6379}
|
||||
password: ${REDIS_PWD:}
|
||||
#连接超时时间
|
||||
timeout: 5000
|
||||
redisson:
|
||||
@@ -165,4 +164,4 @@ file:
|
||||
logging:
|
||||
file:
|
||||
path: /app/jar/logs
|
||||
config: classpath:logback-spring.xml
|
||||
config: classpath:logback-spring.xml
|
||||
@@ -2,7 +2,7 @@ spring:
|
||||
freemarker:
|
||||
check-template-location: false
|
||||
profiles:
|
||||
active: dev
|
||||
active: prod
|
||||
jackson:
|
||||
time-zone: GMT+8
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user