|
@@ -13,7 +13,8 @@ spring:
|
|
|
max-request-size: 1000MB
|
|
|
server:
|
|
|
port: 9689
|
|
|
-
|
|
|
+ tomcat:
|
|
|
+ basedir: temp
|
|
|
management:
|
|
|
endpoints:
|
|
|
web:
|
|
@@ -39,8 +40,8 @@ client:
|
|
|
rsa-secret: x2318^^(*WRYQWR(QW&T
|
|
|
mybatis-plus:
|
|
|
configuration:
|
|
|
- # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
- log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
+# log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
|
|
map-underscore-to-camel-case: false
|
|
|
#basepackage: com.rongwei.rwadmin.system.dao
|
|
|
xmlLocation: classpath:mybatis/**/*Dao.xml
|