|
@@ -36,101 +36,16 @@
|
|
<version>2.4</version>
|
|
<version>2.4</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>-->
|
|
|
|
-<!-- <version>2.1.0.RELEASE</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-cloud-starter-openfeign</artifactId>-->
|
|
|
|
-<!-- <version>2.2.10.RELEASE</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-boot-starter-data-redis</artifactId>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.mybatis.spring.boot</groupId>-->
|
|
|
|
-<!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
|
|
|
|
-<!-- <version>1.3.2</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>mysql</groupId>-->
|
|
|
|
-<!-- <artifactId>mysql-connector-java</artifactId>-->
|
|
|
|
-<!-- <scope>runtime</scope>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-boot-starter-test</artifactId>-->
|
|
|
|
-<!-- <scope>test</scope>-->
|
|
|
|
-<!-- <exclusions>-->
|
|
|
|
-<!-- <exclusion>-->
|
|
|
|
-<!-- <groupId>org.junit.vintage</groupId>-->
|
|
|
|
-<!-- <artifactId>junit-vintage-engine</artifactId>-->
|
|
|
|
-<!-- </exclusion>-->
|
|
|
|
-<!-- <exclusion>-->
|
|
|
|
-<!-- <groupId>junit</groupId>-->
|
|
|
|
-<!-- <artifactId>junit</artifactId>-->
|
|
|
|
-<!-- </exclusion>-->
|
|
|
|
-<!-- </exclusions>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-
|
|
|
|
-<!-- <!– https://mvnrepository.com/artifact/com.alibaba/fastjson –>-->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>com.alibaba</groupId>-->
|
|
|
|
-<!-- <artifactId>fastjson</artifactId>-->
|
|
|
|
-<!-- <version>1.2.58</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.apache.httpcomponents</groupId>-->
|
|
|
|
-<!-- <artifactId>httpclient</artifactId>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-<!-- <!– https://mvnrepository.com/artifact/com.alibaba/druid –>-->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>com.alibaba</groupId>-->
|
|
|
|
-<!-- <artifactId>druid</artifactId>-->
|
|
|
|
-<!-- <version>1.1.17</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>io.springfox</groupId>-->
|
|
|
|
-<!-- <artifactId>springfox-swagger2</artifactId>-->
|
|
|
|
-<!-- <version>2.9.2</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>io.springfox</groupId>-->
|
|
|
|
-<!-- <artifactId>springfox-swagger-ui</artifactId>-->
|
|
|
|
-<!-- <version>2.9.2</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.springframework.plugin</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-plugin-core</artifactId>-->
|
|
|
|
-<!-- <version>1.2.0.RELEASE</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.springframework.plugin</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-plugin-metadata</artifactId>-->
|
|
|
|
-<!-- <version>1.2.0.RELEASE</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>com.github.xiaoymin</groupId>-->
|
|
|
|
-<!-- <artifactId>swagger-bootstrap-ui</artifactId>-->
|
|
|
|
-<!-- <version>1.9.4</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-boot-starter-aop</artifactId>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|