|
|
@@ -36,14 +36,6 @@ spring:
|
|
|
username: root
|
|
|
password: 123456
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
-
|
|
|
-
|
|
|
-mybatis-plus:
|
|
|
- mapper-locations: classpath:mappers/**/*.xml
|
|
|
-# type-aliases-package: com.kym.entity.admin
|
|
|
-
|
|
|
- main:
|
|
|
- allow-circular-references: true
|
|
|
data:
|
|
|
redis:
|
|
|
port: 6380
|
|
|
@@ -55,6 +47,13 @@ mybatis-plus:
|
|
|
redis:
|
|
|
# 缓存过期时间:7天
|
|
|
time-to-live: 604800
|
|
|
+mybatis-plus:
|
|
|
+ mapper-locations: classpath:mappers/**/*.xml
|
|
|
+# type-aliases-package: com.kym.entity.admin
|
|
|
+
|
|
|
+ main:
|
|
|
+ allow-circular-references: true
|
|
|
+
|
|
|
|
|
|
|
|
|
server:
|