|
|
@ -150,7 +150,7 @@ |
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
|
<spring.datasource.druid.url> |
|
|
|
<![CDATA[jdbc:mysql://118.190.150.119:47306/epmet_common_service?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
|
<![CDATA[jdbc:mysql://192.168.1.130:3306/epmet_common_service?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
|
</spring.datasource.druid.url> |
|
|
|
<!-- <spring.datasource.druid.username>root</spring.datasource.druid.username>--> |
|
|
|
<!-- <spring.datasource.druid.password>root</spring.datasource.druid.password>--> |
|
|
@ -158,8 +158,8 @@ |
|
|
|
<spring.datasource.druid.password>EpmEt-db-UsEr</spring.datasource.druid.password> |
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>118.190.150.119</spring.redis.host> |
|
|
|
<spring.redis.port>47379</spring.redis.port> |
|
|
|
<spring.redis.host>192.168.1.130</spring.redis.host> |
|
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
|
<spring.redis.password>123456</spring.redis.password> |
|
|
|
<!-- nacos --> |
|
|
|
<nacos.register-enabled>false</nacos.register-enabled> |
|
|
|