|
@ -225,6 +225,39 @@ |
|
|
<spring.flyway.enabled>true</spring.flyway.enabled> |
|
|
<spring.flyway.enabled>true</spring.flyway.enabled> |
|
|
</properties> |
|
|
</properties> |
|
|
</profile> |
|
|
</profile> |
|
|
|
|
|
|
|
|
|
|
|
<profile> |
|
|
|
|
|
<id>prod</id> |
|
|
|
|
|
<!--<activation> |
|
|
|
|
|
<activeByDefault>true</activeByDefault> |
|
|
|
|
|
</activation>--> |
|
|
|
|
|
<properties> |
|
|
|
|
|
<server.port>8110</server.port> |
|
|
|
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
|
|
|
<spring.datasource.druid.url> |
|
|
|
|
|
<![CDATA[jdbc:mysql://rm-m5e3vzs2637224wj9.mysql.rds.aliyuncs.com:3306/epmet_third?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
|
|
|
</spring.datasource.druid.url> |
|
|
|
|
|
<spring.datasource.druid.username>epmet_third_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>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/> |
|
|
|
|
|
|
|
|
|
|
|
<spring.flyway.enabled>true</spring.flyway.enabled> |
|
|
|
|
|
</properties> |
|
|
|
|
|
</profile> |
|
|
</profiles> |
|
|
</profiles> |
|
|
|
|
|
|
|
|
</project> |
|
|
</project> |
|
|