|  |  |  | <?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</groupId> | 
					
						
							|  |  |  |         <artifactId>epdc-api</artifactId> | 
					
						
							|  |  |  |         <version>1.0.0</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <artifactId>epdc-api-server</artifactId> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <!--        <weixin-java-mp.version>3.5.0</weixin-java-mp.version>--> | 
					
						
							|  |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.esua.epdc</groupId> | 
					
						
							|  |  |  |             <artifactId>epdc-commons-points-tools</artifactId> | 
					
						
							|  |  |  |             <version>1.0.0</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.esua.epdc</groupId> | 
					
						
							|  |  |  |             <artifactId>epdc-api-client</artifactId> | 
					
						
							|  |  |  |             <version>1.0.0</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.esua.epdc</groupId> | 
					
						
							|  |  |  |             <artifactId>epdc-commons-tools</artifactId> | 
					
						
							|  |  |  |             <version>1.0.0</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.esua.epdc</groupId> | 
					
						
							|  |  |  |             <artifactId>epdc-commons-mybatis</artifactId> | 
					
						
							|  |  |  |             <version>1.0.0</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>${spring.boot.admin.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- nacos start --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.alibaba.cloud</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- nacos end --> | 
					
						
							|  |  |  |         <!--版本控制--> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.esua.epdc</groupId> | 
					
						
							|  |  |  |             <artifactId>epdc-commons-api-version-control</artifactId> | 
					
						
							|  |  |  |             <version>${project.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.esua.epdc</groupId> | 
					
						
							|  |  |  |             <artifactId>epdc-commons-tools-wx-mp</artifactId> | 
					
						
							|  |  |  |             <version>${project.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.esua.epdc</groupId> | 
					
						
							|  |  |  |             <artifactId>epdc-commons-tools-wx-ma</artifactId> | 
					
						
							|  |  |  |             <version>${project.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.esua.epdc</groupId> | 
					
						
							|  |  |  |             <artifactId>epdc-common-clienttoken</artifactId> | 
					
						
							|  |  |  |             <version>${project.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- 替换Feign原生httpclient --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.openfeign</groupId> | 
					
						
							|  |  |  |             <artifactId>feign-httpclient</artifactId> | 
					
						
							|  |  |  |             <version>10.3.0</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.esua.epdc</groupId> | 
					
						
							|  |  |  |             <artifactId>epdc-custom-client</artifactId> | 
					
						
							|  |  |  |             <version>1.0.0</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> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <server.port>9040</server.port> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <spring.redis.index>2</spring.redis.index> | 
					
						
							|  |  |  |                 <spring.redis.host>114.215.125.123</spring.redis.host> | 
					
						
							|  |  |  |                 <spring.redis.port>9603</spring.redis.port> | 
					
						
							|  |  |  |                 <spring.redis.password>epdc!redis@master1405</spring.redis.password> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <spring.datasource.druid.url> | 
					
						
							|  |  |  |                     <![CDATA[jdbc:mysql://47.104.224.45:3308/js_esua_epdc_api?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> | 
					
						
							|  |  |  |                 </spring.datasource.druid.url> | 
					
						
							|  |  |  |                 <spring.datasource.druid.username>jinshui</spring.datasource.druid.username> | 
					
						
							|  |  |  |                 <spring.datasource.druid.password>jinshui@833066</spring.datasource.druid.password> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <nacos.register-enabled>false</nacos.register-enabled> | 
					
						
							|  |  |  |                 <nacos.server-addr>47.104.224.45:8848</nacos.server-addr> | 
					
						
							|  |  |  |                 <nacos.ip></nacos.ip> | 
					
						
							|  |  |  |                 <nacos.namespace>fa5bf520-09c1-410c-a876-28e98c0534d3</nacos.namespace> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--公众号配置--> | 
					
						
							|  |  |  |                 <wx.mp.configs.appId>wx3ef8f2cd12a19fcb</wx.mp.configs.appId> | 
					
						
							|  |  |  |                 <wx.mp.configs.secret>948aa2f21dbaa3943288ea5b119ac6f2</wx.mp.configs.secret> | 
					
						
							|  |  |  |                 <wx.mp.configs.token>111</wx.mp.configs.token> | 
					
						
							|  |  |  |                 <wx.mp.configs.aesKey>111</wx.mp.configs.aesKey> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--居民端小程序配置--> | 
					
						
							|  |  |  |                 <wx.ma.appId>wx6dcf544cdae7d4ec</wx.ma.appId> | 
					
						
							|  |  |  |                 <wx.ma.secret>9e0882274ad3821400370312a56a8470</wx.ma.secret> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--工作端小程序--> | 
					
						
							|  |  |  |                 <work.wx.ma.appId>wx826a8435db9e0947</work.wx.ma.appId> | 
					
						
							|  |  |  |                 <work.wx.ma.secret>cbcb7c422f00d165105b34dc80bb825f</work.wx.ma.secret> | 
					
						
							|  |  |  |                 <!--RocketMQ--> | 
					
						
							|  |  |  |                 <rocketmq.name.server>47.104.85.99:9876;114.215.125.123:9876</rocketmq.name.server> | 
					
						
							|  |  |  |                 <rocketmq.consumer.group>jinshui-organizationGroup</rocketmq.consumer.group> | 
					
						
							|  |  |  |                 <rocketmq.producer.group>jinshui-pointsGroup</rocketmq.producer.group> | 
					
						
							|  |  |  |                 <rocketmq.consumer.points.group>jinshui-pointsGroup</rocketmq.consumer.points.group> | 
					
						
							|  |  |  |             </properties> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>test</id> | 
					
						
							|  |  |  |             <properties> | 
					
						
							|  |  |  |                 <spring.profiles.active>test</spring.profiles.active> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <server.port>11003</server.port> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <spring.redis.index>2</spring.redis.index> | 
					
						
							|  |  |  |                 <spring.redis.host>114.215.125.123</spring.redis.host> | 
					
						
							|  |  |  |                 <spring.redis.port>9603</spring.redis.port> | 
					
						
							|  |  |  |                 <spring.redis.password>epdc!redis@master1405</spring.redis.password> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <spring.datasource.druid.url> | 
					
						
							|  |  |  |                     <![CDATA[jdbc:mysql://47.104.224.45:3308/js_esua_epdc_api?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> | 
					
						
							|  |  |  |                 </spring.datasource.druid.url> | 
					
						
							|  |  |  |                 <spring.datasource.druid.username>jinshui</spring.datasource.druid.username> | 
					
						
							|  |  |  |                 <spring.datasource.druid.password>jinshui@833066</spring.datasource.druid.password> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <nacos.register-enabled>true</nacos.register-enabled> | 
					
						
							|  |  |  |                 <nacos.server-addr>47.104.224.45:8848</nacos.server-addr> | 
					
						
							|  |  |  |                 <nacos.ip>47.104.224.45</nacos.ip> | 
					
						
							|  |  |  |                 <nacos.namespace>fa5bf520-09c1-410c-a876-28e98c0534d3</nacos.namespace> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--公众号配置--> | 
					
						
							|  |  |  |                 <wx.mp.configs.appId>wx3ef8f2cd12a19fcb</wx.mp.configs.appId> | 
					
						
							|  |  |  |                 <wx.mp.configs.secret>948aa2f21dbaa3943288ea5b119ac6f2</wx.mp.configs.secret> | 
					
						
							|  |  |  |                 <wx.mp.configs.token>111</wx.mp.configs.token> | 
					
						
							|  |  |  |                 <wx.mp.configs.aesKey>111</wx.mp.configs.aesKey> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--居民端小程序配置--> | 
					
						
							|  |  |  |                 <wx.ma.appId>wx6dcf544cdae7d4ec</wx.ma.appId> | 
					
						
							|  |  |  |                 <wx.ma.secret>9e0882274ad3821400370312a56a8470</wx.ma.secret> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--工作端小程序--> | 
					
						
							|  |  |  |                 <work.wx.ma.appId>wx826a8435db9e0947</work.wx.ma.appId> | 
					
						
							|  |  |  |                 <work.wx.ma.secret>cbcb7c422f00d165105b34dc80bb825f</work.wx.ma.secret> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--RocketMQ--> | 
					
						
							|  |  |  |                 <rocketmq.name.server>47.104.85.99:9876;114.215.125.123:9876</rocketmq.name.server> | 
					
						
							|  |  |  |                 <rocketmq.consumer.group>jinshui-organizationGroup</rocketmq.consumer.group> | 
					
						
							|  |  |  |                 <rocketmq.producer.group>jinshui-pointsGroup</rocketmq.producer.group> | 
					
						
							|  |  |  |                 <rocketmq.consumer.points.group>jinshui-pointsGroup</rocketmq.consumer.points.group> | 
					
						
							|  |  |  |             </properties> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>prod</id> | 
					
						
							|  |  |  |             <properties> | 
					
						
							|  |  |  |                 <spring.profiles.active>prod</spring.profiles.active> | 
					
						
							|  |  |  |                 <docker.tag>prod</docker.tag> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <server.port>9040</server.port> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--公众号配置--> | 
					
						
							|  |  |  |                 <wx.mp.configs.appId>wx3ef8f2cd12a19fcb</wx.mp.configs.appId> | 
					
						
							|  |  |  |                 <wx.mp.configs.secret>948aa2f21dbaa3943288ea5b119ac6f2</wx.mp.configs.secret> | 
					
						
							|  |  |  |                 <wx.mp.configs.token>111</wx.mp.configs.token> | 
					
						
							|  |  |  |                 <wx.mp.configs.aesKey>111</wx.mp.configs.aesKey> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--居民端小程序配置--> | 
					
						
							|  |  |  |                 <wx.ma.appId>wx6dcf544cdae7d4ec</wx.ma.appId> | 
					
						
							|  |  |  |                 <wx.ma.secret>9e0882274ad3821400370312a56a8470</wx.ma.secret> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--工作端小程序--> | 
					
						
							|  |  |  |                 <work.wx.ma.appId>wx826a8435db9e0947</work.wx.ma.appId> | 
					
						
							|  |  |  |                 <work.wx.ma.secret>cbcb7c422f00d165105b34dc80bb825f</work.wx.ma.secret> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!-- redis配置 --> | 
					
						
							|  |  |  |                 <spring.redis.index>0</spring.redis.index> | 
					
						
							|  |  |  |                 <spring.redis.host>172.19.0.11</spring.redis.host> | 
					
						
							|  |  |  |                 <spring.redis.port>6379</spring.redis.port> | 
					
						
							|  |  |  |                 <spring.redis.password>epdc!redis@master1405</spring.redis.password> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!-- nacos --> | 
					
						
							|  |  |  |                 <nacos.register-enabled>true</nacos.register-enabled> | 
					
						
							|  |  |  |                 <nacos.server-addr>172.20.0.4:80</nacos.server-addr> | 
					
						
							|  |  |  |                 <nacos.ip></nacos.ip> | 
					
						
							|  |  |  |                 <nacos.namespace></nacos.namespace> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <spring.datasource.druid.url> | 
					
						
							|  |  |  |                     <![CDATA[jdbc:mysql://172.19.0.2:3306/esua_epdc_api?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> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <!--RocketMQ--> | 
					
						
							|  |  |  |                 <rocketmq.name.server>47.104.85.99:9876;114.215.125.123:9876</rocketmq.name.server> | 
					
						
							|  |  |  |                 <rocketmq.consumer.group>jinshui-organizationGroup</rocketmq.consumer.group> | 
					
						
							|  |  |  |                 <rocketmq.producer.group>jinshui-pointsGroup</rocketmq.producer.group> | 
					
						
							|  |  |  |                 <rocketmq.consumer.points.group>jinshui-pointsGroup</rocketmq.consumer.points.group> | 
					
						
							|  |  |  |             </properties> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  |     </profiles> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |