|
|
@ -3,7 +3,7 @@ |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
|
|
|
<version>0.3.25</version> |
|
|
|
<version>0.3.26</version> |
|
|
|
<artifactId>data-report-server</artifactId> |
|
|
|
|
|
|
|
<parent> |
|
|
@ -155,6 +155,41 @@ |
|
|
|
<nacos.config-enabled>false</nacos.config-enabled> |
|
|
|
<nacos.ip/> |
|
|
|
|
|
|
|
<!--flyway migration 数据库迁移工具--> |
|
|
|
<spring.flyway.enabled>true</spring.flyway.enabled> |
|
|
|
</properties> |
|
|
|
</profile> |
|
|
|
<profile> |
|
|
|
<id>prod</id> |
|
|
|
<!--<activation> |
|
|
|
<activeByDefault>true</activeByDefault> |
|
|
|
</activation>--> |
|
|
|
<properties> |
|
|
|
<server.port>8109</server.port> |
|
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
|
<datasource.druid.url> |
|
|
|
<![CDATA[jdbc:mysql://rm-m5e3vzs2637224wj9.mysql.rds.aliyuncs.com:3306/epmet_data_statistical?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
|
</datasource.druid.url> |
|
|
|
<datasource.druid.username>epmet_data_statistical</datasource.druid.username> |
|
|
|
<datasource.druid.password>EpmEt-db-UsEr</datasource.druid.password> |
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>r-m5ez3n1j0qc3ykq2ut.redis.rds.aliyuncs.com</spring.redis.host> |
|
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
|
<spring.redis.password>EpmEtclOUdrEdIs!Q2w</spring.redis.password> |
|
|
|
|
|
|
|
<!-- nacos --> |
|
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
|
<nacos.server-addr>192.168.11.180:8848</nacos.server-addr> |
|
|
|
<nacos.discovery.namespace>bd205d23-e696-47be-b995-916313f86e99</nacos.discovery.namespace> |
|
|
|
<nacos.config.namespace></nacos.config.namespace> |
|
|
|
<nacos.config.group></nacos.config.group> |
|
|
|
<nacos.config-enabled>false</nacos.config-enabled> |
|
|
|
<nacos.ip/> |
|
|
|
|
|
|
|
<!--flyway migration 数据库迁移工具--> |
|
|
|
<spring.flyway.enabled>true</spring.flyway.enabled> |
|
|
|
</properties> |
|
|
|