|
@@ -16,21 +16,15 @@
|
|
|
|
|
|
<atlantis-component.version>1.0.0</atlantis-component.version>
|
|
<atlantis-component.version>1.0.0</atlantis-component.version>
|
|
<spring-boot.version>2.7.6</spring-boot.version>
|
|
<spring-boot.version>2.7.6</spring-boot.version>
|
|
|
|
+ <spring-cloud-alibaba.version>2021.0.5.0</spring-cloud-alibaba.version>
|
|
|
|
+ <mybatis-starter.version>2.3.1</mybatis-starter.version>
|
|
<mybatis-plus.version>3.5.4.1</mybatis-plus.version>
|
|
<mybatis-plus.version>3.5.4.1</mybatis-plus.version>
|
|
<druid-starter.version>1.2.9</druid-starter.version>
|
|
<druid-starter.version>1.2.9</druid-starter.version>
|
|
- <commons-lang3.version>3.9</commons-lang3.version>
|
|
|
|
- <commons-codec.version>1.16.1</commons-codec.version>
|
|
|
|
- <cola.components.version>>4.3.2</cola.components.version>
|
|
|
|
|
|
+ <guava.version>33.2.1-jre</guava.version>
|
|
<hessian.version>4.0.60</hessian.version>
|
|
<hessian.version>4.0.60</hessian.version>
|
|
- <http.version>4.5.5</http.version>
|
|
|
|
- <common-pools.version>2.4.2</common-pools.version>
|
|
|
|
- <mybatis-plus-generator.version>3.5.1</mybatis-plus-generator.version>
|
|
|
|
- <fast2json.version>2.0.7</fast2json.version>
|
|
|
|
- <guva.version>33.2.1-jre</guva.version>
|
|
|
|
- <jedis.version>4.2.2</jedis.version>
|
|
|
|
- <jetcache.version>2.5.14</jetcache.version>
|
|
|
|
- <redis.version>2.7.6</redis.version>
|
|
|
|
- <bcprov.version>1.56</bcprov.version>
|
|
|
|
|
|
+ <flyway-core.version>7.15.0</flyway-core.version>
|
|
|
|
+ <json-path.version>2.7.0</json-path.version>
|
|
|
|
+ <beetl.version>3.9.3.RELEASE</beetl.version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
@@ -50,7 +44,7 @@
|
|
<dependencies>
|
|
<dependencies>
|
|
<!-- 应用模块依赖-start -->
|
|
<!-- 应用模块依赖-start -->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.hrsk.cloud</groupId>
|
|
|
|
|
|
+ <groupId>com.hrsk.pangu</groupId>
|
|
<artifactId>start</artifactId>
|
|
<artifactId>start</artifactId>
|
|
<version>1.0</version>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
@@ -106,134 +100,64 @@
|
|
<type>pom</type>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
+ <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
+ <version>${mybatis-starter.version}</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
<version>${druid-starter.version}</version>
|
|
<version>${druid-starter.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.caucho</groupId>
|
|
|
|
- <artifactId>hessian</artifactId>
|
|
|
|
- <version>${hessian.version}</version>
|
|
|
|
|
|
+ <groupId>com.google.guava</groupId>
|
|
|
|
+ <artifactId>guava</artifactId>
|
|
|
|
+ <version>${guava.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
<version>${mybatis-plus.version}</version>
|
|
<version>${mybatis-plus.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
|
- <version>${http.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
|
- <artifactId>commons-pool2</artifactId>
|
|
|
|
- <version>${common-pools.version}</version>
|
|
|
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
|
+ <artifactId>mybatis-plus</artifactId>
|
|
|
|
+ <version>${mybatis-plus.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.alibaba.fastjson2</groupId>
|
|
|
|
- <artifactId>fastjson2</artifactId>
|
|
|
|
- <version>${fast2json.version}</version>
|
|
|
|
|
|
+ <groupId>com.caucho</groupId>
|
|
|
|
+ <artifactId>hessian</artifactId>
|
|
|
|
+ <version>${hessian.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <!-- 数据库版本控制 -->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.google.guava</groupId>
|
|
|
|
- <artifactId>guava</artifactId>
|
|
|
|
- <version>${guva.version}</version>
|
|
|
|
|
|
+ <groupId>org.flywaydb</groupId>
|
|
|
|
+ <artifactId>flyway-core</artifactId>
|
|
|
|
+ <version>${flyway-core.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
- <version>${redis.version}</version>
|
|
|
|
|
|
+ <groupId>com.jayway.jsonpath</groupId>
|
|
|
|
+ <artifactId>json-path</artifactId>
|
|
|
|
+ <version>${json-path.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.bouncycastle</groupId>
|
|
|
|
- <artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
- <version>${bcprov.version}</version>
|
|
|
|
|
|
+ <groupId>com.ibeetl</groupId>
|
|
|
|
+ <artifactId>beetl</artifactId>
|
|
|
|
+ <version>${beetl.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
-<modules> <module>start</module>
|
|
|
|
- <module>egress-gateway-service-app</module>
|
|
|
|
- <module>egress-gateway-service-adapter</module>
|
|
|
|
- <module>egress-gateway-service-client</module>
|
|
|
|
- <module>egress-gateway-service-infrastructure</module>
|
|
|
|
- <module>egress-gateway-service-domain</module>
|
|
|
|
- </modules>
|
|
|
|
- <build>
|
|
|
|
- <pluginManagement>
|
|
|
|
- <plugins>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
- <version>${spring-boot.version}</version>
|
|
|
|
- <configuration>
|
|
|
|
- <mainClass>com.hrsk.cloud.eg.Application</mainClass>
|
|
|
|
- </configuration>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <goals>
|
|
|
|
- <goal>repackage</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
|
- <version>3.3.0</version>
|
|
|
|
- <configuration>
|
|
|
|
- <archive>
|
|
|
|
- <manifest>
|
|
|
|
- <mainClass>com.hrsk.cloud.eg.Application</mainClass>
|
|
|
|
- </manifest>
|
|
|
|
- </archive>
|
|
|
|
- </configuration>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <phase>package</phase>
|
|
|
|
- <goals>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-resources-plugin</artifactId>
|
|
|
|
- <version>3.3.0</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
- <version>3.10.1</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-source-plugin</artifactId>
|
|
|
|
- <version>3.2.1</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
- <version>3.4.0</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
- <version>3.0.0</version>
|
|
|
|
- </plugin>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </plugins>
|
|
|
|
- </pluginManagement>
|
|
|
|
- </build>
|
|
|
|
|
|
|
|
- <!-- 本地nexus私有库-->
|
|
|
|
- <distributionManagement>
|
|
|
|
- <snapshotRepository>
|
|
|
|
- <id>rdc-snapshots</id>
|
|
|
|
- <name>snapshots</name>
|
|
|
|
- <url>http://192.168.1.169:8000/repository/maven-snapshots/</url>
|
|
|
|
- </snapshotRepository>
|
|
|
|
- <repository>
|
|
|
|
- <id>rdc-releases</id>
|
|
|
|
- <name>release</name>
|
|
|
|
- <url>http://192.168.1.169:8000/repository/maven-releases/</url>
|
|
|
|
- </repository>
|
|
|
|
- </distributionManagement>
|
|
|
|
|
|
+ <modules>
|
|
|
|
+ <module>start</module>
|
|
|
|
+ <module>egress-gateway-service-app</module>
|
|
|
|
+ <module>egress-gateway-service-adapter</module>
|
|
|
|
+ <module>egress-gateway-service-client</module>
|
|
|
|
+ <module>egress-gateway-service-infrastructure</module>
|
|
|
|
+ <module>egress-gateway-service-domain</module>
|
|
|
|
+ </modules>
|
|
</project>
|
|
</project>
|