Parcourir la source

设备之系统——保养检修 BUG
指定文件上传是Tomcat的临时目录

hyq il y a 1 an
Parent
commit
a9d4548204

+ 4 - 3
cx-equipment/cx-equipment-server/src/main/resources/bootstrap.yml

@@ -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