|
@ -2,7 +2,7 @@ |
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" 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"> |
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<version>0.3.7</version> |
|
|
<version>0.3.8</version> |
|
|
<parent> |
|
|
<parent> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>resi-mine</artifactId> |
|
|
<artifactId>resi-mine</artifactId> |
|
@ -111,9 +111,9 @@ |
|
|
<profiles> |
|
|
<profiles> |
|
|
<profile> |
|
|
<profile> |
|
|
<id>dev-local</id> |
|
|
<id>dev-local</id> |
|
|
<activation> |
|
|
<!--<activation> |
|
|
<activeByDefault>true</activeByDefault> |
|
|
<activeByDefault>true</activeByDefault> |
|
|
</activation> |
|
|
</activation>--> |
|
|
<properties> |
|
|
<properties> |
|
|
<server.port>8094</server.port> |
|
|
<server.port>8094</server.port> |
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
@ -141,28 +141,28 @@ |
|
|
</profile> |
|
|
</profile> |
|
|
<profile> |
|
|
<profile> |
|
|
<id>dev</id> |
|
|
<id>dev</id> |
|
|
<!--<activation> |
|
|
<activation> |
|
|
<activeByDefault>true</activeByDefault> |
|
|
<activeByDefault>true</activeByDefault> |
|
|
</activation>--> |
|
|
</activation> |
|
|
<properties> |
|
|
<properties> |
|
|
<server.port>8094</server.port> |
|
|
<server.port>8094</server.port> |
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
<!-- 数据库配置--> |
|
|
<spring.datasource.druid.url> |
|
|
<spring.datasource.druid.url> |
|
|
<![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_resi_guide_dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
<![CDATA[jdbc:mysql://192.168.1.130:3306/epmet_resi_guide?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
</spring.datasource.druid.url> |
|
|
</spring.datasource.druid.url> |
|
|
<spring.datasource.druid.username>epmet</spring.datasource.druid.username> |
|
|
<spring.datasource.druid.username>epmet_resi_guide_user</spring.datasource.druid.username> |
|
|
<spring.datasource.druid.password>elink@833066</spring.datasource.druid.password> |
|
|
<spring.datasource.druid.password>EpmEt-db-UsEr</spring.datasource.druid.password> |
|
|
<!-- redis配置 --> |
|
|
<!-- redis配置 --> |
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
<spring.redis.host>r-m5eoz5b6tkx09y6bpz.redis.rds.aliyuncs.com</spring.redis.host> |
|
|
<spring.redis.host>192.168.1.130</spring.redis.host> |
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
<spring.redis.password>EpmEtrEdIs!q@w</spring.redis.password> |
|
|
<spring.redis.password>123456</spring.redis.password> |
|
|
<!-- nacos --> |
|
|
<!-- nacos --> |
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
<nacos.server-addr>192.168.10.150:8848</nacos.server-addr> |
|
|
<nacos.server-addr>122.152.200.70:8848</nacos.server-addr> |
|
|
<nacos.discovery.namespace>67e3c350-533e-4d7c-9f8f-faf1b4aa82ae</nacos.discovery.namespace> |
|
|
<nacos.discovery.namespace>fcd6fc8f-ca3a-4b01-8026-2b05cdc5976b</nacos.discovery.namespace> |
|
|
<nacos.config.namespace></nacos.config.namespace> |
|
|
<nacos.config.namespace></nacos.config.namespace> |
|
|
<nacos.config.group></nacos.config.group> |
|
|
<nacos.config.group></nacos.config.group> |
|
|
<nacos.config-enabled>false</nacos.config-enabled> |
|
|
<nacos.config-enabled>false</nacos.config-enabled> |
|
@ -180,19 +180,19 @@ |
|
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
<!-- 数据库配置--> |
|
|
<spring.datasource.druid.url> |
|
|
<spring.datasource.druid.url> |
|
|
<![CDATA[jdbc:mysql://47.104.224.45:3308/epmet_resi_guide?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
<![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_resi_guide_dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
</spring.datasource.druid.url> |
|
|
</spring.datasource.druid.url> |
|
|
<spring.datasource.druid.username>epmet</spring.datasource.druid.username> |
|
|
<spring.datasource.druid.username>epmet</spring.datasource.druid.username> |
|
|
<spring.datasource.druid.password>elink@833066</spring.datasource.druid.password> |
|
|
<spring.datasource.druid.password>elink@833066</spring.datasource.druid.password> |
|
|
<!-- redis配置 --> |
|
|
<!-- redis配置 --> |
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
<spring.redis.host>10.10.10.248</spring.redis.host> |
|
|
<spring.redis.host>r-m5eoz5b6tkx09y6bpz.redis.rds.aliyuncs.com</spring.redis.host> |
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
<spring.redis.password>123456</spring.redis.password> |
|
|
<spring.redis.password>EpmEtrEdIs!q@w</spring.redis.password> |
|
|
<!-- nacos --> |
|
|
<!-- nacos --> |
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
<nacos.server-addr>122.152.200.70:8848</nacos.server-addr> |
|
|
<nacos.server-addr>192.168.10.150:8848</nacos.server-addr> |
|
|
<nacos.discovery.namespace>fcd6fc8f-ca3a-4b01-8026-2b05cdc5976b</nacos.discovery.namespace> |
|
|
<nacos.discovery.namespace>67e3c350-533e-4d7c-9f8f-faf1b4aa82ae</nacos.discovery.namespace> |
|
|
<nacos.config.namespace></nacos.config.namespace> |
|
|
<nacos.config.namespace></nacos.config.namespace> |
|
|
<nacos.config.group></nacos.config.group> |
|
|
<nacos.config.group></nacos.config.group> |
|
|
<nacos.config-enabled>false</nacos.config-enabled> |
|
|
<nacos.config-enabled>false</nacos.config-enabled> |
|
|