add 新增 ruoyi-doc 模块 集成 Knife4j

This commit is contained in:
yueye
2022-01-11 16:58:54 +08:00
committed by 疯狂的狮子li
parent 94c732c439
commit ac4005c9dd
41 changed files with 912 additions and 1716 deletions

View File

@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-common-core</artifactId>
<description>
ruoyi-common-core核心模块
</description>
@@ -22,7 +22,7 @@
<!-- <groupId>org.springframework.cloud</groupId>-->
<!-- <artifactId>spring-cloud-starter-openfeign</artifactId>-->
<!-- </dependency>-->
<!-- SpringCloud Loadbalancer -->
<dependency>
<groupId>org.springframework.cloud</groupId>
@@ -131,6 +131,12 @@
<artifactId>hutool-extra</artifactId>
</dependency>
<!-- 自动生成YML配置关联JSON文件 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
</dependencies>
</project>