|
@@ -22,6 +22,8 @@
|
|
|
<servlet.versoin>2.5</servlet.versoin>
|
|
<servlet.versoin>2.5</servlet.versoin>
|
|
|
<springdoc.version>2.2.0</springdoc.version>
|
|
<springdoc.version>2.2.0</springdoc.version>
|
|
|
<knife4j.version>4.3.0</knife4j.version>
|
|
<knife4j.version>4.3.0</knife4j.version>
|
|
|
|
|
+ <satoken.version>1.37.0</satoken.version>
|
|
|
|
|
+ <pagehelper.version>2.0.0</pagehelper.version>
|
|
|
<!-- DB 相关 -->
|
|
<!-- DB 相关 -->
|
|
|
<druid.version>1.2.19</druid.version>
|
|
<druid.version>1.2.19</druid.version>
|
|
|
<mybatis-plus.version>3.5.3.2</mybatis-plus.version>
|
|
<mybatis-plus.version>3.5.3.2</mybatis-plus.version>
|
|
@@ -96,6 +98,19 @@
|
|
|
<type>pom</type>
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.github.pagehelper</groupId>
|
|
|
|
|
+ <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
|
|
+ <version>${pagehelper.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- Sa-Token 权限认证 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>cn.dev33</groupId>
|
|
|
|
|
+ <artifactId>sa-token-dependencies</artifactId>
|
|
|
|
|
+ <version>${satoken.version}</version>
|
|
|
|
|
+ <type>pom</type>
|
|
|
|
|
+ <scope>import</scope>
|
|
|
|
|
+ </dependency>
|
|
|
<!--common模块-->
|
|
<!--common模块-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.middle.platform</groupId>
|
|
<groupId>com.middle.platform</groupId>
|
|
@@ -104,6 +119,11 @@
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 组件 -->
|
|
<!-- 组件 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.middle.platform</groupId>
|
|
|
|
|
+ <artifactId>iot-starter-satoken</artifactId>
|
|
|
|
|
+ <version>${revision}</version>
|
|
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.middle.platform</groupId>
|
|
<groupId>com.middle.platform</groupId>
|
|
|
<artifactId>iot-starter-log</artifactId>
|
|
<artifactId>iot-starter-log</artifactId>
|
|
@@ -136,6 +156,11 @@
|
|
|
<artifactId>iot-starter-mybatis</artifactId>
|
|
<artifactId>iot-starter-mybatis</artifactId>
|
|
|
<version>${revision}</version>
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.middle.platform</groupId>
|
|
|
|
|
+ <artifactId>iot-starter-pagehelper</artifactId>
|
|
|
|
|
+ <version>${revision}</version>
|
|
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.middle.platform</groupId>
|
|
<groupId>com.middle.platform</groupId>
|
|
|
<artifactId>iot-starter-redis</artifactId>
|
|
<artifactId>iot-starter-redis</artifactId>
|