|
@ -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.6</version> |
|
|
<version>0.3.7</version> |
|
|
<parent> |
|
|
<parent> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>epmet-common-service</artifactId> |
|
|
<artifactId>epmet-common-service</artifactId> |
|
@ -153,6 +153,11 @@ |
|
|
<nacos.ip/> |
|
|
<nacos.ip/> |
|
|
|
|
|
|
|
|
<spring.flyway.enabled>true</spring.flyway.enabled> |
|
|
<spring.flyway.enabled>true</spring.flyway.enabled> |
|
|
|
|
|
<!--亿联云消息网关配置--> |
|
|
|
|
|
<elink.mq.host>https://epmet-dev.elinkservice.cn/estos/</elink.mq.host> |
|
|
|
|
|
<elink.mq.sendMsgPath>producerService/producer/sendMsg</elink.mq.sendMsgPath> |
|
|
|
|
|
<elink.mq.appId>20200804181646184507453a2e9aab76edc550405f80920af</elink.mq.appId> |
|
|
|
|
|
<elink.mq.token>96d788191a10ff57a125157183413004</elink.mq.token> |
|
|
</properties> |
|
|
</properties> |
|
|
</profile> |
|
|
</profile> |
|
|
<profile> |
|
|
<profile> |
|
|