|
@@ -15,107 +15,138 @@
|
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
|
- <version>2.1.0.RELEASE</version>
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
+ <artifactId>servlet-api</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
+ <version>2.4</version>
|
|
|
</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.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>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis.spring.boot</groupId>
|
|
|
- <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
- <version>1.3.2</version>
|
|
|
+ <artifactId>spring-boot-starter-webflux</artifactId>
|
|
|
</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>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>
|
|
|
+<!-- <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>
|
|
|
+<!-- <!– 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>-->
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
+ <build>
|
|
|
+
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
+ <!-- <plugin>-->
|
|
|
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+ <!-- <artifactId>maven-surefire-plugin</artifactId>-->
|
|
|
+ <!-- <version>${maven-surefire-plugin.version}</version>-->
|
|
|
+ <!-- <configuration>-->
|
|
|
+ <!-- <skipTests>true</skipTests> <!–默认关掉单元测试 –>-->
|
|
|
+ <!-- </configuration>-->
|
|
|
+ <!-- </plugin>-->
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
+
|
|
|
|
|
|
</project>
|