diff --git a/servers/boe-server-old/src/main/resources/application-pro.properties b/servers/boe-server-old/src/main/resources/application-pro.properties index 4376e080..ee109599 100644 --- a/servers/boe-server-old/src/main/resources/application-pro.properties +++ b/servers/boe-server-old/src/main/resources/application-pro.properties @@ -1,6 +1,6 @@ ## redis spring.redis.database=2 -spring.redis.host=127.0.0.1 +spring.redis.host=10.251.88.214 spring.redis.password=ENC(zA5LNV8xw3yEx6LMwdGGBGgNsOaD3Cg+) spring.redis.port=6379 @@ -8,7 +8,7 @@ spring.redis.port=6379 spring.jpa.hibernate.ddl-auto=none spring.datasource.driverClassName=com.mysql.jdbc.Driver # spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://127.0.0.1:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull +spring.datasource.url=jdbc:mysql://10.251.88.216:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull spring.datasource.username=root spring.datasource.password=ENC(lAoFOYuc8CAypPtigTNLYg==)