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