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.
199 lines
7.9 KiB
199 lines
7.9 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</groupId>
|
|
<artifactId>epdc-analysis</artifactId>
|
|
<version>1.0.0</version>
|
|
</parent>
|
|
|
|
<artifactId>epdc-analysis-server</artifactId>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.esua.epdc</groupId>
|
|
<artifactId>epdc-analysis-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-admin-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>
|
|
<server.port>9078</server.port>
|
|
|
|
<spring.profiles.active>dev</spring.profiles.active>
|
|
<docker.tag>dev</docker.tag>
|
|
|
|
<!-- redis -->
|
|
<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>
|
|
|
|
<!-- nacos -->
|
|
<nacos.register-enabled>false</nacos.register-enabled>
|
|
<nacos.server-addr>47.105.119.155:8848</nacos.server-addr>
|
|
<nacos.ip></nacos.ip>
|
|
<nacos.namespace>1da17390-6495-4e16-9ec6-0b8ece18a4a0</nacos.namespace>
|
|
<epmet.url>http://epmet-dev.elinkservice.cn:48080/api</epmet.url>
|
|
<epmet.secret>d2c011b14217425eb48e27cf6481716ae845cff14cc0429198a8348c76893023</epmet.secret>
|
|
<epmet.appId>c1fe1becebf94b8aef724728690816a0</epmet.appId>
|
|
<epmet.customerId>eac9d3b8b10c328350b59ac4b1d64db5</epmet.customerId>
|
|
|
|
</properties>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>test</id>
|
|
<properties>
|
|
<server.port>11016</server.port>
|
|
|
|
<spring.profiles.active>test</spring.profiles.active>
|
|
<docker.tag>test</docker.tag>
|
|
|
|
<!-- redis -->
|
|
<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>
|
|
|
|
<!-- nacos -->
|
|
<nacos.register-enabled>true</nacos.register-enabled>
|
|
<nacos.server-addr>47.105.119.155:8848</nacos.server-addr>
|
|
<nacos.ip>47.105.119.155</nacos.ip>
|
|
<nacos.namespace>1da17390-6495-4e16-9ec6-0b8ece18a4a0</nacos.namespace>
|
|
<epmet.url>https://epmet-dev.elinkservice.cn/api</epmet.url>
|
|
<epmet.secret>0398b33f845c4768a102d2ab6ebdd00b5fec222e437540428f55d1df53e6be1e</epmet.secret>
|
|
<epmet.appId>d44a6daaea58be408bb74fe93714710f</epmet.appId>
|
|
<epmet.customerId>f5ff0770f409981c73adda6ae35143ef</epmet.customerId>
|
|
</properties>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>prod</id>
|
|
<properties>
|
|
<server.port>9078</server.port>
|
|
<spring.profiles.active>prod</spring.profiles.active>
|
|
<docker.tag>prod</docker.tag>
|
|
|
|
<!-- redis配置 -->
|
|
<spring.redis.index>0</spring.redis.index>
|
|
<spring.redis.host>172.16.0.8</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.16.0.7:10000,172.16.0.7:10001</nacos.server-addr>
|
|
<nacos.ip>172.16.0.8</nacos.ip>
|
|
<nacos.namespace></nacos.namespace>
|
|
<epmet.url>https://epmet-open.elinkservice.cn/api</epmet.url>
|
|
<epmet.secret>0f2ad2929f1e4f778dc1e90a64d154e572af864ea0eb4d73be56480f0af34ba1</epmet.secret>
|
|
<epmet.appId>f257a3497224ae078af12966b068a81c</epmet.appId>
|
|
<epmet.customerId>44876154d10d7cb7affd92000f84f833</epmet.customerId>
|
|
</properties>
|
|
</profile>
|
|
</profiles>
|
|
|
|
</project>
|
|
|