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 e3d31c94
authored
Apr 23, 2021
by
“lxy”
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
swagger
1 parent
a8a68713
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
0 deletions
nafmii-admin/pom.xml
nafmii-app/pom.xml
pom.xml
nafmii-admin/pom.xml
View file @
e3d31c9
...
...
@@ -126,6 +126,15 @@
<groupId>
org.nafmii
</groupId>
<artifactId>
nafmii-common
</artifactId>
</dependency>
<!--接口文档-->
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger2
</artifactId>
</dependency>
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger-ui
</artifactId>
</dependency>
</dependencies>
<build>
...
...
nafmii-app/pom.xml
View file @
e3d31c9
...
...
@@ -121,6 +121,15 @@
<groupId>
org.nafmii
</groupId>
<artifactId>
nafmii-common
</artifactId>
</dependency>
<!--接口文档-->
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger2
</artifactId>
</dependency>
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger-ui
</artifactId>
</dependency>
</dependencies>
<build>
...
...
pom.xml
View file @
e3d31c9
...
...
@@ -200,6 +200,17 @@
<artifactId>
mysql-connector-java
</artifactId>
<version>
${mysql-connector.version}
</version>
</dependency>
<!--接口文档-->
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger2
</artifactId>
<version>
2.9.2
</version>
</dependency>
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger-ui
</artifactId>
<version>
2.9.2
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
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