From 69b7b1ddb3ba056b8ed458bdd44cf36e4080b5bd Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 04 七月 2024 17:57:59 +0800 Subject: [PATCH] mq配置修改2 --- src/main/resources/application.yml | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index bb632b2..0463e0e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,4 +1,7 @@ server: + servlet: + session: + timeout: 7200 port: 8000 undertow: io-threads: 16 @@ -13,6 +16,9 @@ logging: config: classpath:logback-spring.xml file: xzs + level: + com.lucifer.springboot.cache.mapper: debug + #mybatis plus mybatis-plus: @@ -23,7 +29,7 @@ logic-not-delete-value: 0 # 娌℃湁鍒犻櫎鐨勫�� configuration: default-enum-type-handler: org.apache.ibatis.type.EnumOrdinalTypeHandler # 閫氱敤鏋氫妇澶勭悊鍣� - # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃 + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃 type-enums-package: com.ycl.jxkg.domain.enums.general # 閫氱敤鏋氫妇鎵�鍦ㄥ寘璺緞 mapper-locations: classpath*:mapper/*.xml # mapper.xml浣嶇疆 @@ -60,10 +66,18 @@ #mybatis datasource default HikariPool spring: + jackson: + date-format: yyyy-MM-dd HH:mm:ss + time-zone: GMT+8 datasource: hikari: idle-timeout: 600000 #10 min max-lifetime: 1800000 #30 min + servlet: + multipart: + max-file-size: 50MB + max-request-size: 500MB + #runningtime environment profiles: active: dev -- Gitblit v1.8.0