mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-27 19:19:23 +08:00
集成xxl-job-admin控制台。
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -52,8 +52,20 @@
|
||||
<docker.registry.host>http://${docker.registry.url}:2375</docker.registry.host>
|
||||
<docker.namespace>ruoyi</docker.namespace>
|
||||
<docker.plugin.version>1.2.2</docker.plugin.version>
|
||||
|
||||
<!-- xxl job-->
|
||||
<netty-all.version>4.1.58.Final</netty-all.version>
|
||||
<gson.version>2.8.6</gson.version>
|
||||
<groovy.version>3.0.7</groovy.version>
|
||||
<spring.version>5.3.3</spring.version>
|
||||
<slf4j-api.version>1.7.30</slf4j-api.version>
|
||||
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
|
||||
<mybatis-spring-boot-starter.version>2.1.4</mybatis-spring-boot-starter.version>
|
||||
<mysql-connector-java.version>8.0.23</mysql-connector-java.version>
|
||||
<xxl-job-core-version>2.3.0</xxl-job-core-version>
|
||||
|
||||
</properties>
|
||||
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
@@ -391,4 +403,4 @@
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user