|
@@ -43,19 +43,25 @@
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.mybatis.spring.boot</groupId>
|
|
|
- <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
- <version>1.2.0</version>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-aop</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+ <!--MyBatis分页插件-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.pagehelper</groupId>
|
|
|
+ <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
+ <version>1.2.10</version>
|
|
|
+ </dependency>
|
|
|
+ <!--Swagger-UI API文档生产工具-->
|
|
|
<dependency>
|
|
|
<groupId>io.springfox</groupId>
|
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
@@ -66,11 +72,7 @@
|
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
|
|
<version>2.6.1</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.pagehelper</groupId>
|
|
|
- <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
- <version>1.2.3</version>
|
|
|
- </dependency>
|
|
|
+ <!--logstash日志收集插件-->
|
|
|
<dependency>
|
|
|
<groupId>net.logstash.logback</groupId>
|
|
|
<artifactId>logstash-logback-encoder</artifactId>
|