|
@ -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.5</version> |
|
|
<version>0.3.6</version> |
|
|
<parent> |
|
|
<parent> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>epmet-cloud</artifactId> |
|
|
<artifactId>epmet-cloud</artifactId> |
|
@ -186,17 +186,17 @@ |
|
|
|
|
|
|
|
|
<!-- 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> |
|
|
<nacos.ip/> |
|
|
<nacos.ip></nacos.ip> |
|
|
<!-- gateway routes --> |
|
|
<!-- gateway routes --> |
|
|
<!-- 1、认证服务 --> |
|
|
<!-- 1、认证服务 --> |
|
|
<gateway.routes.epmet-auth-server.uri>lb://epmet-auth-server</gateway.routes.epmet-auth-server.uri> |
|
|
<gateway.routes.epmet-auth-server.uri>lb://epmet-auth-server</gateway.routes.epmet-auth-server.uri> |
|
|