|
@ -62,6 +62,12 @@ |
|
|
<version>0.3.1</version> |
|
|
<version>0.3.1</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!--动态数据源--> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
|
|
<artifactId>epmet-commons-dynamic-datasource</artifactId> |
|
|
|
|
|
<version>2.0.0</version> |
|
|
|
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
|
|
|
|
|
|
<build> |
|
|
<build> |
|
@ -105,6 +111,13 @@ |
|
|
<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> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 展示用的统计数据库--> |
|
|
|
|
|
<datasource.druid.statsdisplay.url> |
|
|
|
|
|
<![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.statsdisplay.url> |
|
|
|
|
|
<datasource.druid.statsdisplay.username>epmet_data_statistical_user</datasource.druid.statsdisplay.username> |
|
|
|
|
|
<datasource.druid.statsdisplay.password>EpmEt-db-UsEr</datasource.druid.statsdisplay.password> |
|
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
<!-- redis配置 --> |
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
<spring.redis.host>192.168.1.130</spring.redis.host> |
|
|
<spring.redis.host>192.168.1.130</spring.redis.host> |
|
|