|
|
@@ -5,12 +5,12 @@ spring:
|
|
|
mvc:
|
|
|
static-path-pattern: /image/**
|
|
|
resources:
|
|
|
- static-locations: file:/nt-prd/,file:/nt-prd/
|
|
|
+ static-locations: file:/nt-pre/,file:/nt-pre/
|
|
|
datasource:
|
|
|
druid:
|
|
|
db-type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
|
- url: jdbc:log4jdbc:mysql://${DB_HOST:114.55.230.80}:${DB_PORT:3306}/${DB_NAME:nt-prd}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&autoReconnect=true&failOverReadOnly=false
|
|
|
+ url: jdbc:log4jdbc:mysql://${DB_HOST:114.55.230.80}:${DB_PORT:3306}/${DB_NAME:nt-pre}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&autoReconnect=true&failOverReadOnly=false
|
|
|
username: ${DB_USER:root}
|
|
|
password: ${DB_PWD:QopraffaQWPRPPR123}
|
|
|
# 初始连接数
|