移植ruoyi的部分基础功能
This commit is contained in:
@@ -54,10 +54,6 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
|
||||
@@ -20,6 +20,7 @@ spring:
|
||||
idle-timeout: 30000
|
||||
max-lifetime: 1800000
|
||||
mybatis-plus:
|
||||
mapperPackage: net.rzdata.**.mapper
|
||||
configuration:
|
||||
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
||||
logging:
|
||||
|
||||
Reference in New Issue
Block a user