|
|
@@ -19,6 +19,11 @@
|
|
|
|
|
|
<dependencies>
|
|
|
<!-- 核心模块 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.sckw</groupId>
|
|
|
+ <artifactId>sckw-common-startup</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-core</artifactId>
|
|
|
@@ -59,61 +64,6 @@
|
|
|
<artifactId>sckw-common-sentinel</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <!--web-->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
- <optional>true</optional>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-bootstrap</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-loadbalancer</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--注册中心客户端-->
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--配置中心客户端-->
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--alibaba oss-->
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-alicloud-oss</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>javax.xml.bind</groupId>
|
|
|
- <artifactId>jaxb-api</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.sckw</groupId>
|
|
|
- <artifactId>sckw-common-core</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!-- validation -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|