|
|
@ -95,10 +95,12 @@ |
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
|
<spring.datasource.druid.url> |
|
|
|
<![CDATA[jdbc:mysql://localhost:3306/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> |
|
|
|
<!-- <spring.datasource.druid.username>root</spring.datasource.druid.username>--> |
|
|
|
<!-- <spring.datasource.druid.password>root</spring.datasource.druid.password>--> |
|
|
|
<spring.datasource.druid.username>epmet_common_service_user</spring.datasource.druid.username> |
|
|
|
<spring.datasource.druid.password>EpmEt-db-UsEr</spring.datasource.druid.password> |
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>192.168.1.130</spring.redis.host> |
|
|
|