| | |
| | | <docker.maven.plugin.version>0.40.0</docker.maven.plugin.version> |
| | | <druid.version>1.2.9</druid.version> |
| | | <hutool.version>5.8.0</hutool.version> |
| | | <mysql-connector.version>8.0.29</mysql-connector.version> |
| | | <mysql-connector.version>8.0.26</mysql-connector.version> |
| | | <jjwt.version>0.9.1</jjwt.version> |
| | | <mybatis-plus.version>3.5.1</mybatis-plus.version> |
| | | <springfox-swagger.version>3.0.0</springfox-swagger.version> |
| | |
| | | <version>1.2.73</version> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springframework.cloud</groupId>--> |
| | | <!-- <artifactId>spring-cloud-starter-openfeign</artifactId>--> |
| | | <!-- <version>2.2.7.RELEASE</version>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-openfeign</artifactId> |
| | | <version>3.1.3</version> |
| | | </dependency> |
| | | <!-- send_mail --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-mail</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-configuration-processor</artifactId> |
| | | <optional>true</optional> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </project> |