@@ -23,10 +23,6 @@ spring:
2323  mvc :
2424    view :
2525      prefix : /templates 
26-   http :
27-     multipart :
28-       max-request-size : 100MB  # 最大请求大小
29-       max-file-size : 100MB  # 最大文件大小
3026
3127# ##################  mybatis-plus配置  ###################
3228mybatis-plus :
@@ -45,10 +41,6 @@ mybatis-plus:
4541    lazyLoadingEnabled : true  # 延时加载的开关
4642    multipleResultSetsEnabled : true  # 开启的话,延时加载一个属性时会加载该对象全部属性,否则按需加载属性
4743
48- # ##################  spring security配置  ###################
49- security :
50-   ignored : /static/** 
51- 
5244logging :
5345  level :
5446    org.springframework.web.servlet : ERROR 
@@ -61,7 +53,7 @@ logging:
6153spring :
6254  profiles : dev 
6355  datasource :
64-       url : jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8 
56+       url : jdbc:mysql://127.0.0.1:3306/pos?serverTimezone=UTC& useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8 
6557      username : root 
6658      password : 123456 
6759  thymeleaf :
@@ -81,36 +73,4 @@ logging:
8173    ROOT : INFO 
8274    com :
8375      xncoding : DEBUG 
84-   file : E:/logs/app-manage.log 
85- 
86- ---
87- 
88- # ####################################################################
89- # #######################  测试环境profile  ##########################
90- # ####################################################################
91- 
92- spring :
93-   profiles : test 
94-   datasource :
95-       url : jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8 
96-       username : root 
97-       password : 123456 
98-   thymeleaf :
99-     cache : false 
100- 
101- # ##################  自定义项目配置 ###################
102- xncoding :
103-   excel-path : /var/data/ 
104-   files-path : /usr/share/nginx/html/files/ 
105-   files-url-prefix : https://show.xncoding.net/files/  #  文件访问URL前缀
106-   pics-path : /usr/share/nginx/html/pics/ 
107-   pics-url-prefix : https://show.xncoding.net/pics/  #  图片访问URL前缀
108- #   posapi-url-prefix: http://posapi.enzhico.net
109-   posapi-url-prefix : http://127.0.0.1:9095 
110- 
111- logging :
112-   level :
113-     ROOT : INFO 
114-     com :
115-       xncoding : DEBUG 
116-   file : /var/logs/app-manage.log 
76+   file : D:/logs/app-manage.log 
0 commit comments