Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-parent
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3f3191d2
authored
Apr 23, 2021
by
zhoujinghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
相关依赖修改
1 parent
a8910ce9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
91 additions
and
75 deletions
nafmii-admin/pom.xml
nafmii-app/pom.xml
nafmii-common/pom.xml
nafmii-admin/pom.xml
View file @
3f3191d
...
...
@@ -28,10 +28,10 @@
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</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>
com.github.pagehelper
</groupId>
<artifactId>
pagehelper-spring-boot-starter
</artifactId>
...
...
@@ -41,20 +41,20 @@
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
</dependency>
<!--
MyBatis分页插件
-->
<
dependency
>
<
groupId>
com.github.pagehelper
</groupId
>
<
artifactId>
pagehelper
</artifactId
>
<
/dependency
>
<!--
<!–MyBatis分页插件–>
-->
<
!--<dependency>--
>
<
!--<groupId>com.github.pagehelper</groupId>--
>
<
!--<artifactId>pagehelper</artifactId>--
>
<
!--</dependency>--
>
<!--feign -->
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-openfeign
</artifactId>
</dependency>
<
dependency
>
<
groupId>
org.projectlombok
</groupId
>
<
artifactId>
lombok
</artifactId
>
<
/dependency
>
<
!--<dependency>--
>
<
!--<groupId>org.projectlombok</groupId>--
>
<
!--<artifactId>lombok</artifactId>--
>
<
!--</dependency>--
>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
...
...
@@ -78,21 +78,20 @@
</exclusions>
</dependency>
<!-- MyBatis-->
<dependency>
<groupId>
org.mybatis
</groupId>
<artifactId>
mybatis
</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.mybatis</groupId>-->
<!--<artifactId>mybatis</artifactId>-->
<!--</dependency>-->
<!--SpringData工具包-->
<
dependency
>
<
groupId>
org.springframework.data
</groupId
>
<
artifactId>
spring-data-commons
</artifactId
>
<
/dependency
>
<
!--<dependency>--
>
<
!--<groupId>org.springframework.data</groupId>--
>
<
!--<artifactId>spring-data-commons</artifactId>--
>
<
!--</dependency>--
>
<!-- https://mvnrepository.com/artifact/com.oracle/ojdbc14 -->
<
dependency
>
<
groupId>
com.oracle
</groupId
>
<
artifactId>
ojdbc14
</artifactId
>
<
/dependency
>
<
!--<dependency>--
>
<
!--<groupId>com.oracle</groupId>--
>
<
!--<artifactId>ojdbc14</artifactId>--
>
<
!--</dependency>--
>
<!--JWT(Json Web Token)登录支持-->
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
...
...
@@ -114,16 +113,15 @@
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-starter-server
</artifactId>
</dependency>
<!--Knife4j API文档生产工具-->
<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>
<!--<!–Knife4j API文档生产工具–>-->
<!--<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.nafmii
</groupId>
<artifactId>
nafmii-common
</artifactId>
...
...
nafmii-app/pom.xml
View file @
3f3191d
...
...
@@ -28,28 +28,24 @@
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-redis
</artifactId>
</dependency>
<dependency>
<groupId>
com.github.pagehelper
</groupId>
<artifactId>
pagehelper-spring-boot-starter
</artifactId>
</dependency>
<!--MyBatis分页插件-->
<dependency>
<groupId>
com.github.pagehelper
</groupId>
<artifactId>
pagehelper
</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-data-redis</artifactId>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>com.github.pagehelper</groupId>-->
<!--<artifactId>pagehelper-spring-boot-starter</artifactId>-->
<!--</dependency>-->
<!--feign -->
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-openfeign
</artifactId>
</dependency>
<
dependency
>
<
groupId>
org.projectlombok
</groupId
>
<
artifactId>
lombok
</artifactId
>
<
/dependency
>
<
!--<dependency>--
>
<
!--<groupId>org.projectlombok</groupId>--
>
<
!--<artifactId>lombok</artifactId>--
>
<
!--</dependency>--
>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
...
...
@@ -73,21 +69,20 @@
</exclusions>
</dependency>
<!-- MyBatis-->
<dependency>
<groupId>
org.mybatis
</groupId>
<artifactId>
mybatis
</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.mybatis</groupId>-->
<!--<artifactId>mybatis</artifactId>-->
<!--</dependency>-->
<!--SpringData工具包-->
<
dependency
>
<
groupId>
org.springframework.data
</groupId
>
<
artifactId>
spring-data-commons
</artifactId
>
<
/dependency
>
<
!--<dependency>--
>
<
!--<groupId>org.springframework.data</groupId>--
>
<
!--<artifactId>spring-data-commons</artifactId>--
>
<
!--</dependency>--
>
<!-- https://mvnrepository.com/artifact/com.oracle/ojdbc14 -->
<
dependency
>
<
groupId>
com.oracle
</groupId
>
<
artifactId>
ojdbc14
</artifactId
>
<
/dependency
>
<
!--<dependency>--
>
<
!--<groupId>com.oracle</groupId>--
>
<
!--<artifactId>ojdbc14</artifactId>--
>
<
!--</dependency>--
>
<!--JWT(Json Web Token)登录支持-->
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
...
...
@@ -114,14 +109,14 @@
<artifactId>
mysql-connector-java
</artifactId>
</dependency>
<!--Knife4j API文档生产工具-->
<
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>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.nafmii
</groupId>
<artifactId>
nafmii-common
</artifactId>
...
...
nafmii-common/pom.xml
View file @
3f3191d
...
...
@@ -25,7 +25,30 @@
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-commons
</artifactId>
</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>
<groupId>
com.github.pagehelper
</groupId>
<artifactId>
pagehelper-spring-boot-starter
</artifactId>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment