|
@@ -15,6 +15,7 @@
|
|
|
<version>2.1.7.RELEASE</version>
|
|
|
</parent>
|
|
|
|
|
|
+
|
|
|
<modules>
|
|
|
<module>ssj-aijia-api</module>
|
|
|
<module>ssj-aijia-sys</module>
|
|
@@ -29,46 +30,17 @@
|
|
|
<java.version>1.8</java.version>
|
|
|
<spring-cloud.version>Greenwich.RELEASE</spring-cloud.version>
|
|
|
<alibaba-spring-cloud.version>0.9.0.RELEASE</alibaba-spring-cloud.version>
|
|
|
- <nacos.version>0.2.2.RELEASE</nacos.version>
|
|
|
+ <nacos.version>2.2.1.RELEASE</nacos.version>
|
|
|
<swagger.version>2.9.2</swagger.version>
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
- <dependencyManagement>
|
|
|
-
|
|
|
- <dependencies>
|
|
|
- <!--子版本依赖-->
|
|
|
- <dependency>
|
|
|
- <groupId>com.cloud.ssj</groupId>
|
|
|
- <artifactId>ssj-aijia-common-config</artifactId>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-dependencies</artifactId>
|
|
|
- <version>${spring-cloud.version}</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
- <version>${alibaba-spring-cloud.version}</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
- <version>${nacos.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- </dependencies>
|
|
|
- </dependencyManagement>
|
|
|
-
|
|
|
<dependencies>
|
|
|
-
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
@@ -93,10 +65,46 @@
|
|
|
<artifactId>json-lib-ext-spring</artifactId>
|
|
|
<version>1.0.2</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
+ <version>2.2.1.RELEASE</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
+ <dependencyManagement>
|
|
|
+ <dependencies>
|
|
|
+ <!--子版本依赖-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.cloud.ssj</groupId>
|
|
|
+ <artifactId>ssj-aijia-common-config</artifactId>
|
|
|
+ <version>0.0.1-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-dependencies</artifactId>
|
|
|
+ <version>${spring-cloud.version}</version>
|
|
|
+ <type>pom</type>
|
|
|
+ <scope>import</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
+ <version>${alibaba-spring-cloud.version}</version>
|
|
|
+ <type>pom</type>
|
|
|
+ <scope>import</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
+ </dependencies>
|
|
|
+ </dependencyManagement>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|