You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
319 lines
15 KiB
319 lines
15 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>epdc-cloud-parent-yushan</artifactId>
|
|
<version>1.0.0</version>
|
|
<relativePath>../epdc-cloud-parent-yushan</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>epdc-cloud-custom</artifactId>
|
|
<packaging>jar</packaging>
|
|
<description>市北党群e家微服务定制服务</description>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>epdc-cloud-user-client</artifactId>
|
|
<version>${epdc-cloud-client.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>epdc-cloud-custom-client</artifactId>
|
|
<version>${epdc-cloud-client.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>epdc-commons-tools</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>epdc-commons-mybatis</artifactId>
|
|
<version>${epdc-cloud-commons.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-context-support</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>de.codecentric</groupId>
|
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
|
<version>2.0.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>epdc-commons-tools-phone</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
|
|
<!-- nacos start -->
|
|
<dependency>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
</dependency>
|
|
<!-- nacos end -->
|
|
<!-- zipkin client -->
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-zipkin</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.rakugakibox.spring.boot</groupId>
|
|
<artifactId>orika-spring-boot-starter</artifactId>
|
|
<version>1.8.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>epdc-cloud-admin-client</artifactId>
|
|
<version>${epdc-cloud-client.version}</version>
|
|
</dependency>
|
|
<!--微信小程序-->
|
|
<dependency>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>epdc-commons-tools-wx-ma</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<!-- <!–RocketMQ–>-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.apache.rocketmq</groupId>-->
|
|
<!-- <artifactId>rocketmq-spring-boot-starter</artifactId>-->
|
|
<!-- <version>2.0.3</version>-->
|
|
<!-- </dependency>-->
|
|
<dependency>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>epdc-cloud-vim-yushan</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.esua.epdc.yushan</groupId>
|
|
<artifactId>spring-boot-httpclient-starter</artifactId>
|
|
<version>${epdc-cloud-commons.version}</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<finalName>${project.artifactId}</finalName>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<skipTests>true</skipTests>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
<configuration>
|
|
<skip>true</skip>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.spotify</groupId>
|
|
<artifactId>dockerfile-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
|
|
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
|
|
|
|
<resources>
|
|
<resource>
|
|
<filtering>true</filtering>
|
|
<directory>${basedir}/src/main/resources</directory>
|
|
<includes>
|
|
<include>**/application*.yml</include>
|
|
<include>**/*.properties</include>
|
|
<include>logback-spring.xml</include>
|
|
<include>registry.conf</include>
|
|
</includes>
|
|
</resource>
|
|
<resource>
|
|
<directory>${basedir}/src/main/resources</directory>
|
|
<excludes>
|
|
<exclude>**/application*.yml</exclude>
|
|
<exclude>**/*.properties</exclude>
|
|
<exclude>logback-spring.xml</exclude>
|
|
<exclude>registry.conf</exclude>
|
|
</excludes>
|
|
</resource>
|
|
</resources>
|
|
</build>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>dev</id>
|
|
<activation>
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
<properties>
|
|
<spring.profiles.active>dev</spring.profiles.active>
|
|
<docker.tag>dev</docker.tag>
|
|
|
|
<server.port>9076</server.port>
|
|
|
|
<!-- redis配置 -->
|
|
<spring.redis.index>8</spring.redis.index>
|
|
<spring.redis.host>r-v0l694084401a044pd.redis.rds.aliyuncs.com</spring.redis.host>
|
|
<spring.redis.port>6379</spring.redis.port>
|
|
<spring.redis.password>CJ!redis@elink</spring.redis.password>
|
|
|
|
<!--小程序配置-->
|
|
<wx.ma.appId>wxdd8530c5f4926766</wx.ma.appId>
|
|
<wx.ma.secret>5bf4fb813145431b3493a10aa7e041e9</wx.ma.secret>
|
|
<!--工作端小程序-->
|
|
<work.wx.ma.appId>wx29b074840ef4bfd9</work.wx.ma.appId>
|
|
<work.wx.ma.secret>4adb1afccc69f205cdf5b521d74e2aca</work.wx.ma.secret>
|
|
<!--数据分析端小程序-->
|
|
<analysis.wx.ma.appId>wx9b6102a8ee5add65</analysis.wx.ma.appId>
|
|
<analysis.wx.ma.secret>394f47d4e08fc0fd629231d3f68a34dc</analysis.wx.ma.secret>
|
|
|
|
<spring.datasource.druid.url>
|
|
<![CDATA[jdbc:mysql://rm-m5eguiv2827bdye798o.mysql.rds.aliyuncs.com:10001/yushan_esua_epdc_custom?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
|
|
</spring.datasource.druid.url>
|
|
<spring.datasource.druid.username>yushan_epdc_test</spring.datasource.druid.username>
|
|
<spring.datasource.druid.password>elink-epdc@yushan</spring.datasource.druid.password>
|
|
|
|
<nacos.register-enabled>false</nacos.register-enabled>
|
|
<nacos.server-addr>115.29.142.202:8848</nacos.server-addr>
|
|
<nacos.ip></nacos.ip>
|
|
<nacos.namespace>8831513c-2f72-42e8-899f-eb6c2c5ae110</nacos.namespace>
|
|
<!--RocketMQ-->
|
|
<rocketmq.name.server>47.104.85.99:9876;114.215.125.123:9876</rocketmq.name.server>
|
|
<rocketmq.consumer.group>organizationGroup</rocketmq.consumer.group>
|
|
<rocketmq.producer.group>organizationGroup</rocketmq.producer.group>
|
|
<rocketmq.consumer.vaccine-group>vaccineGroup</rocketmq.consumer.vaccine-group>
|
|
<rocketmq.producer.vaccine-group>vaccineGroup</rocketmq.producer.vaccine-group>
|
|
|
|
<!--小程序前缀-->
|
|
<qr.code.pre>https://epdc-yushan.elinkservice.cn/familyInfo/</qr.code.pre>
|
|
<!--社区管理对接借口-->
|
|
<third.community.url>http://open-service.litenews.cn</third.community.url>
|
|
<third.community.path>/api_circle/apis</third.community.path>
|
|
<third.community.appKey>696e0c9ee47a42dfab1ce9841852267c</third.community.appKey>
|
|
<third.community.secret>f3jhlnilv4oy5aysk2o3m6asxcg3gnx7</third.community.secret>
|
|
<third.community.orgid>257</third.community.orgid>
|
|
</properties>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>test</id>
|
|
<properties>
|
|
<spring.profiles.active>test</spring.profiles.active>
|
|
<docker.tag>test</docker.tag>
|
|
|
|
<server.port>17040</server.port>
|
|
|
|
<!-- redis配置 -->
|
|
<spring.redis.index>8</spring.redis.index>
|
|
<spring.redis.host>r-v0l694084401a044pd.redis.rds.aliyuncs.com</spring.redis.host>
|
|
<spring.redis.port>6379</spring.redis.port>
|
|
<spring.redis.password>CJ!redis@elink</spring.redis.password>
|
|
|
|
<!-- nacos -->
|
|
<nacos.register-enabled>true</nacos.register-enabled>
|
|
<nacos.server-addr>192.168.0.175:8848</nacos.server-addr>
|
|
<nacos.ip>192.168.0.175</nacos.ip>
|
|
<nacos.namespace>33672684-31a6-4550-9586-7f0317b85196</nacos.namespace>
|
|
|
|
<spring.datasource.druid.url>
|
|
<![CDATA[jdbc:mysql://rm-m5eguiv2827bdye798o.mysql.rds.aliyuncs.com:10001/yushan_esua_epdc_custom?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
|
|
</spring.datasource.druid.url>
|
|
<spring.datasource.druid.username>yushan_epdc_test</spring.datasource.druid.username>
|
|
<spring.datasource.druid.password>elink-epdc@yushan</spring.datasource.druid.password>
|
|
|
|
<!--党群e家小程序配置-->
|
|
<wx.ma.appId>wx50ebeb95943868cd</wx.ma.appId>
|
|
<wx.ma.secret>c2719c261fe87b3e2d572552d2c8275d</wx.ma.secret>
|
|
<!--工作端小程序-->
|
|
<work.wx.ma.appId>wx6d45fd2f4dfe7ce4</work.wx.ma.appId>
|
|
<work.wx.ma.secret>54a30a48b100bbad20d7823cd9e1fb17</work.wx.ma.secret>
|
|
<!--数据分析端小程序-->
|
|
<analysis.wx.ma.appId>wx9b6102a8ee5add65</analysis.wx.ma.appId>
|
|
<analysis.wx.ma.secret>394f47d4e08fc0fd629231d3f68a34dc</analysis.wx.ma.secret>
|
|
|
|
<!--RocketMQ-->
|
|
<rocketmq.name.server>192.168.0.59:9876</rocketmq.name.server>
|
|
<rocketmq.consumer.group>organizationGroup</rocketmq.consumer.group>
|
|
<rocketmq.producer.group>organizationGroup</rocketmq.producer.group>
|
|
<rocketmq.consumer.vaccine-group>vaccineGroup</rocketmq.consumer.vaccine-group>
|
|
<rocketmq.producer.vaccine-group>vaccineGroup</rocketmq.producer.vaccine-group>
|
|
|
|
<!--小程序前缀-->
|
|
<qr.code.pre>https://epdc-yushan.elinkservice.cn/familyInfo/</qr.code.pre>
|
|
<!--社区管理对接借口-->
|
|
<third.community.url>http://open-service.litenews.cn</third.community.url>
|
|
<third.community.path>/api_circle/apis</third.community.path>
|
|
<third.community.appKey>696e0c9ee47a42dfab1ce9841852267c</third.community.appKey>
|
|
<third.community.secret>f3jhlnilv4oy5aysk2o3m6asxcg3gnx7</third.community.secret>
|
|
<third.community.orgid>257</third.community.orgid>
|
|
</properties>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>prod</id>
|
|
<properties>
|
|
<spring.profiles.active>prod</spring.profiles.active>
|
|
<docker.tag>prod</docker.tag>
|
|
|
|
<server.port>9076</server.port>
|
|
|
|
<!-- redis配置 -->
|
|
<spring.redis.index>0</spring.redis.index>
|
|
<spring.redis.host>172.31.0.2</spring.redis.host>
|
|
<spring.redis.port>6379</spring.redis.port>
|
|
<spring.redis.password>Elink833066</spring.redis.password>
|
|
|
|
<spring.datasource.druid.url>
|
|
<![CDATA[jdbc:mysql://172.31.0.4:3306/esua_epdc_custom?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
|
|
</spring.datasource.druid.url>
|
|
<spring.datasource.druid.username>epdc</spring.datasource.druid.username>
|
|
<spring.datasource.druid.password>Elink@833066</spring.datasource.druid.password>
|
|
<!-- nacos -->
|
|
<nacos.register-enabled>true</nacos.register-enabled>
|
|
<nacos.server-addr>172.31.0.2:8848</nacos.server-addr>
|
|
<nacos.ip></nacos.ip>
|
|
<nacos.namespace>47a8ed69-d219-4525-8174-532f2f7e0288</nacos.namespace>
|
|
|
|
<!--党群e家小程序配置-->
|
|
<wx.ma.appId>wx50ebeb95943868cd</wx.ma.appId>
|
|
<wx.ma.secret>c2719c261fe87b3e2d572552d2c8275d</wx.ma.secret>
|
|
<!--工作端小程序-->
|
|
<work.wx.ma.appId>wx6d45fd2f4dfe7ce4</work.wx.ma.appId>
|
|
<work.wx.ma.secret>54a30a48b100bbad20d7823cd9e1fb17</work.wx.ma.secret>
|
|
<!--数据分析端小程序-->
|
|
<analysis.wx.ma.appId>wx9b6102a8ee5add65</analysis.wx.ma.appId>
|
|
<analysis.wx.ma.secret>394f47d4e08fc0fd629231d3f68a34dc</analysis.wx.ma.secret>
|
|
<!--RocketMQ-->
|
|
<rocketmq.name.server>172.31.0.2:9876;172.31.0.2:9876</rocketmq.name.server>
|
|
<rocketmq.consumer.group>organizationGroup</rocketmq.consumer.group>
|
|
<rocketmq.producer.group>organizationGroup</rocketmq.producer.group>
|
|
<rocketmq.consumer.vaccine-group>vaccineGroup</rocketmq.consumer.vaccine-group>
|
|
<rocketmq.producer.vaccine-group>vaccineGroup</rocketmq.producer.vaccine-group>
|
|
|
|
<!--小程序前缀-->
|
|
<qr.code.pre>https://epdc-yushan.elinkservice.cn/familyInfo/</qr.code.pre>
|
|
<!--社区管理对接借口-->
|
|
<third.community.url>http://open-service.litenews.cn</third.community.url>
|
|
<third.community.path>/api_circle/apis</third.community.path>
|
|
<third.community.appKey>696e0c9ee47a42dfab1ce9841852267c</third.community.appKey>
|
|
<third.community.secret>f3jhlnilv4oy5aysk2o3m6asxcg3gnx7</third.community.secret>
|
|
<third.community.orgid>257</third.community.orgid>
|
|
</properties>
|
|
</profile>
|
|
</profiles>
|
|
|
|
</project>
|
|
|