| | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-thymeleaf</artifactId> |
| | | <!-- <version>2.2.2.RELEASE</version>--> |
| | | <!--<version>2.2.2.RELEASE</version>--> |
| | | </dependency> |
| | | |
| | | <!--lombok--> |
| | |
| | | </dependency> |
| | | |
| | | <!--mybatis-plus--> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-boot-starter</artifactId> |
| | | <version>3.5.1</version> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.baomidou</groupId>--> |
| | | <!-- <artifactId>mybatis-plus-boot-starter</artifactId>--> |
| | | <!-- <version>3.5.1</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!--redis--> |
| | | <dependency> |
| | |
| | | <artifactId>spring-boot-starter-aop</artifactId> |
| | | </dependency> |
| | | |
| | | <!--fastjson--> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.47</version> |
| | | </dependency> |
| | | <!-- Alibaba Fastjson --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.alibaba.fastjson2</groupId>--> |
| | | <!-- <artifactId>fastjson2</artifactId>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!--整合druid数据源--> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <version>1.1.22</version> |
| | | <version>1.2.25</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid-spring-boot-starter</artifactId> |
| | | <version>1.1.22</version> |
| | | <version>1.2.25</version> |
| | | </dependency> |
| | | |
| | | <!--text--> |
| | |
| | | <version>1.1</version> |
| | | </dependency> |
| | | |
| | | <!--swagger--> |
| | | <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>com.google.guava</groupId> |
| | | <artifactId>guava</artifactId> |
| | | <version>27.0-jre</version> |
| | | </dependency> |
| | | <!-- SpringDoc webmvc --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springdoc</groupId>--> |
| | | <!-- <artifactId>springdoc-openapi-ui</artifactId>--> |
| | | <!-- <version>${springdoc.version}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!--httpclient--> |
| | | <dependency> |
| | |
| | | </dependency> |
| | | |
| | | <!-- se-common --> |
| | | <!--dependency> |
| | | <dependency> |
| | | <groupId>com.terra</groupId> |
| | | <artifactId>se-common</artifactId> |
| | | <version>1.0.2</version> |
| | | <scope>compile</scope> |
| | | </dependency--> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |