feat: 引入swagger ui.
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -22,6 +22,8 @@
|
||||
<mybatis-plus.version>3.5.12</mybatis-plus.version>
|
||||
<!-- freemarker 版本 -->
|
||||
<freemarker.version>2.3.34</freemarker.version>
|
||||
<!-- webmvc-ui 版本 -->
|
||||
<webmvc-ui.version>2.8.9</webmvc-ui.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -86,6 +88,13 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- 接口文档生成 -->
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
||||
<version>${webmvc-ui.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- lombok 代码生成: getter、setter等 -->
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
|
||||
Reference in New Issue
Block a user