111
parent
716a836f18
commit
22d8827eba
20
pom.xml
20
pom.xml
|
@ -8,6 +8,7 @@
|
|||
<artifactId>cloud-server-parent</artifactId>
|
||||
<version>3.6.4</version>
|
||||
|
||||
|
||||
<name>muyu</name>
|
||||
<url>http://www.muyu.vip</url>
|
||||
<description>若依微服务系统</description>
|
||||
|
@ -45,6 +46,22 @@
|
|||
<xxl-job-core.version>2.4.1</xxl-job-core.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
@ -116,6 +133,9 @@
|
|||
<version>${hutool.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Swagger 依赖配置 -->
|
||||
<dependency>
|
||||
<groupId>io.swagger</groupId>
|
||||
|
|
Loading…
Reference in New Issue