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 58abf45b
authored
Apr 25, 2021
by
zhoujinghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
注释修改
1 parent
281c961f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
26 deletions
nafmii-admin/pom.xml
nafmii-app/pom.xml
nafmii-common/pom.xml
nafmii-gateway/pom.xml
nafmii-admin/pom.xml
View file @
58abf45
...
@@ -23,12 +23,12 @@
...
@@ -23,12 +23,12 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
<
exclusions>
<!-- 去掉springboot默认配置
-->
<
!--<exclusions><!– 去掉springboot默认配置 –>
-->
<
exclusion
>
<
!--<exclusion>--
>
<
groupId>
org.springframework.boot
</groupId
>
<
!--<groupId>org.springframework.boot</groupId>--
>
<
artifactId>
spring-boot-starter-logging
</artifactId
>
<
!--<artifactId>spring-boot-starter-logging</artifactId>--
>
<
/exclusion
>
<
!--</exclusion>--
>
<
/exclusions
>
<
!--</exclusions>--
>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<groupId>
org.springframework.cloud
</groupId>
...
...
nafmii-app/pom.xml
View file @
58abf45
...
@@ -23,12 +23,12 @@
...
@@ -23,12 +23,12 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
<
exclusions>
<!-- 去掉springboot默认配置
-->
<
!--<exclusions><!– 去掉springboot默认配置 –>
-->
<
exclusion
>
<
!--<exclusion>--
>
<
groupId>
org.springframework.boot
</groupId
>
<
!--<groupId>org.springframework.boot</groupId>--
>
<
artifactId>
spring-boot-starter-logging
</artifactId
>
<
!--<artifactId>spring-boot-starter-logging</artifactId>--
>
<
/exclusion
>
<
!--</exclusion>--
>
<
/exclusions
>
<
!--</exclusions>--
>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<groupId>
org.springframework.cloud
</groupId>
...
...
nafmii-common/pom.xml
View file @
58abf45
...
@@ -69,10 +69,6 @@
...
@@ -69,10 +69,6 @@
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-commons
</artifactId>
</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>
...
@@ -95,16 +91,6 @@
...
@@ -95,16 +91,6 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
<exclusions>
<!-- 去掉springboot默认配置 -->
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-logging
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
</dependency>
<!--redis-->
<!--redis-->
<dependency>
<dependency>
...
...
nafmii-gateway/pom.xml
View file @
58abf45
...
@@ -28,6 +28,16 @@
...
@@ -28,6 +28,16 @@
<groupId>
org.nafmii
</groupId>
<groupId>
org.nafmii
</groupId>
<artifactId>
nafmii-common
</artifactId>
<artifactId>
nafmii-common
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<!--<exclusions><!– 去掉springboot默认配置 –>-->
<!--<exclusion>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-logging</artifactId>-->
<!--</exclusion>-->
<!--</exclusions>-->
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
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