Commit 3f3191d2 by zhoujinghao

相关依赖修改

1 parent a8910ce9
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <!--<dependency>-->
<groupId>org.springframework.boot</groupId> <!--<groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-starter-data-redis</artifactId> <!--<artifactId>spring-boot-starter-data-redis</artifactId>-->
</dependency> <!--</dependency>-->
<dependency> <dependency>
<groupId>com.github.pagehelper</groupId> <groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId> <artifactId>pagehelper-spring-boot-starter</artifactId>
...@@ -41,20 +41,20 @@ ...@@ -41,20 +41,20 @@
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
</dependency> </dependency>
<!--MyBatis分页插件--> <!--&lt;!&ndash;MyBatis分页插件&ndash;&gt;-->
<dependency> <!--<dependency>-->
<groupId>com.github.pagehelper</groupId> <!--<groupId>com.github.pagehelper</groupId>-->
<artifactId>pagehelper</artifactId> <!--<artifactId>pagehelper</artifactId>-->
</dependency> <!--</dependency>-->
<!--feign --> <!--feign -->
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId> <artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency> </dependency>
<dependency> <!--<dependency>-->
<groupId>org.projectlombok</groupId> <!--<groupId>org.projectlombok</groupId>-->
<artifactId>lombok</artifactId> <!--<artifactId>lombok</artifactId>-->
</dependency> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId> <artifactId>spring-boot-starter-actuator</artifactId>
...@@ -78,21 +78,20 @@ ...@@ -78,21 +78,20 @@
</exclusions> </exclusions>
</dependency> </dependency>
<!-- MyBatis--> <!-- MyBatis-->
<dependency> <!--<dependency>-->
<groupId>org.mybatis</groupId> <!--<groupId>org.mybatis</groupId>-->
<artifactId>mybatis</artifactId> <!--<artifactId>mybatis</artifactId>-->
<!--</dependency>-->
</dependency>
<!--SpringData工具包--> <!--SpringData工具包-->
<dependency> <!--<dependency>-->
<groupId>org.springframework.data</groupId> <!--<groupId>org.springframework.data</groupId>-->
<artifactId>spring-data-commons</artifactId> <!--<artifactId>spring-data-commons</artifactId>-->
</dependency> <!--</dependency>-->
<!-- https://mvnrepository.com/artifact/com.oracle/ojdbc14 --> <!-- https://mvnrepository.com/artifact/com.oracle/ojdbc14 -->
<dependency> <!--<dependency>-->
<groupId>com.oracle</groupId> <!--<groupId>com.oracle</groupId>-->
<artifactId>ojdbc14</artifactId> <!--<artifactId>ojdbc14</artifactId>-->
</dependency> <!--</dependency>-->
<!--JWT(Json Web Token)登录支持--> <!--JWT(Json Web Token)登录支持-->
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
...@@ -114,16 +113,15 @@ ...@@ -114,16 +113,15 @@
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId> <artifactId>spring-boot-admin-starter-server</artifactId>
</dependency> </dependency>
<!--Knife4j API文档生产工具--> <!--&lt;!&ndash;Knife4j API文档生产工具&ndash;&gt;-->
<dependency> <!--<dependency>-->
<groupId>com.github.xiaoymin</groupId> <!--<groupId>com.github.xiaoymin</groupId>-->
<artifactId>knife4j-micro-spring-boot-starter</artifactId> <!--<artifactId>knife4j-micro-spring-boot-starter</artifactId>-->
<!--</dependency>-->
</dependency> <!--<dependency>-->
<dependency> <!--<groupId>com.github.xiaoymin</groupId>-->
<groupId>com.github.xiaoymin</groupId> <!--<artifactId>knife4j-spring-boot-starter</artifactId>-->
<artifactId>knife4j-spring-boot-starter</artifactId> <!--</dependency>-->
</dependency>
<dependency> <dependency>
<groupId>org.nafmii</groupId> <groupId>org.nafmii</groupId>
<artifactId>nafmii-common</artifactId> <artifactId>nafmii-common</artifactId>
......
...@@ -28,28 +28,24 @@ ...@@ -28,28 +28,24 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <!--<dependency>-->
<groupId>org.springframework.boot</groupId> <!--<groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-starter-data-redis</artifactId> <!--<artifactId>spring-boot-starter-data-redis</artifactId>-->
</dependency> <!--</dependency>-->
<dependency> <!--<dependency>-->
<groupId>com.github.pagehelper</groupId> <!--<groupId>com.github.pagehelper</groupId>-->
<artifactId>pagehelper-spring-boot-starter</artifactId> <!--<artifactId>pagehelper-spring-boot-starter</artifactId>-->
</dependency> <!--</dependency>-->
<!--MyBatis分页插件-->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
</dependency>
<!--feign --> <!--feign -->
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId> <artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency> </dependency>
<dependency> <!--<dependency>-->
<groupId>org.projectlombok</groupId> <!--<groupId>org.projectlombok</groupId>-->
<artifactId>lombok</artifactId> <!--<artifactId>lombok</artifactId>-->
</dependency> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId> <artifactId>spring-boot-starter-actuator</artifactId>
...@@ -73,21 +69,20 @@ ...@@ -73,21 +69,20 @@
</exclusions> </exclusions>
</dependency> </dependency>
<!-- MyBatis--> <!-- MyBatis-->
<dependency> <!--<dependency>-->
<groupId>org.mybatis</groupId> <!--<groupId>org.mybatis</groupId>-->
<artifactId>mybatis</artifactId> <!--<artifactId>mybatis</artifactId>-->
<!--</dependency>-->
</dependency>
<!--SpringData工具包--> <!--SpringData工具包-->
<dependency> <!--<dependency>-->
<groupId>org.springframework.data</groupId> <!--<groupId>org.springframework.data</groupId>-->
<artifactId>spring-data-commons</artifactId> <!--<artifactId>spring-data-commons</artifactId>-->
</dependency> <!--</dependency>-->
<!-- https://mvnrepository.com/artifact/com.oracle/ojdbc14 --> <!-- https://mvnrepository.com/artifact/com.oracle/ojdbc14 -->
<dependency> <!--<dependency>-->
<groupId>com.oracle</groupId> <!--<groupId>com.oracle</groupId>-->
<artifactId>ojdbc14</artifactId> <!--<artifactId>ojdbc14</artifactId>-->
</dependency> <!--</dependency>-->
<!--JWT(Json Web Token)登录支持--> <!--JWT(Json Web Token)登录支持-->
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
...@@ -114,14 +109,14 @@ ...@@ -114,14 +109,14 @@
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
</dependency> </dependency>
<!--Knife4j API文档生产工具--> <!--Knife4j API文档生产工具-->
<dependency> <!--<dependency>-->
<groupId>com.github.xiaoymin</groupId> <!--<groupId>com.github.xiaoymin</groupId>-->
<artifactId>knife4j-micro-spring-boot-starter</artifactId> <!--<artifactId>knife4j-micro-spring-boot-starter</artifactId>-->
</dependency> <!--</dependency>-->
<dependency> <!--<dependency>-->
<groupId>com.github.xiaoymin</groupId> <!--<groupId>com.github.xiaoymin</groupId>-->
<artifactId>knife4j-spring-boot-starter</artifactId> <!--<artifactId>knife4j-spring-boot-starter</artifactId>-->
</dependency> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.nafmii</groupId> <groupId>org.nafmii</groupId>
<artifactId>nafmii-common</artifactId> <artifactId>nafmii-common</artifactId>
......
...@@ -25,7 +25,30 @@ ...@@ -25,7 +25,30 @@
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId> <artifactId>spring-data-commons</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-micro-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.github.pagehelper</groupId> <groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId> <artifactId>pagehelper-spring-boot-starter</artifactId>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!