mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
同步到1.8.0
This commit is contained in:
@@ -33,11 +33,11 @@
|
||||
<hibernate-validator.version>6.2.0.Final</hibernate-validator.version>
|
||||
<!-- 数据库工具版本 -->
|
||||
<druid.version>1.2.6</druid.version>
|
||||
<mybatis-mapper.version>2.1.5</mybatis-mapper.version>
|
||||
<mybatis-generator.version>1.3.7</mybatis-generator.version>
|
||||
<mybatisplus.version>3.4.2</mybatisplus.version>
|
||||
<pagehelper.version>1.3.0</pagehelper.version>
|
||||
<redisson.version>3.15.4</redisson.version>
|
||||
<qdox.version>2.0.0</qdox.version>
|
||||
<knife4j.version>2.0.8</knife4j.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
@@ -135,6 +135,17 @@
|
||||
<artifactId>disruptor</artifactId>
|
||||
<version>${disruptor.version}</version>
|
||||
</dependency>
|
||||
<!--swagger 2.10.5 必须的依赖 -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.plugin</groupId>
|
||||
<artifactId>spring-plugin-core</artifactId>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.plugin</groupId>
|
||||
<artifactId>spring-plugin-metadata</artifactId>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
</dependency>
|
||||
<!--测试依赖-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user