From ca9817461a504049e289c154939454a6e5a37089 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 28 九月 2022 09:13:19 +0800 Subject: [PATCH] 1 --- src/main/resources/application.yml | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2ceed21..3a439ed 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,7 +2,10 @@ tomcat: uri-encoding: UTF-8 port: 12316 - context-path: /land + #servlet: + # context-path: /land + application: + name: land spring: datasource: @@ -34,7 +37,24 @@ port: 6379 password: database: 1 + jackson: + time-zone: GMT+8 + date-format: yyyy-MM-dd HH:mm:ss mybatis: type-aliases-package: com.terra.land.mapper mapper-locations: classpath:mapper/**/*.xml + +logging: + config: classpath:log/logback-spring.xml + +# RestTemplate config +remote: + maxTotalConnect: 0 + maxConnectPerRoute: 1000 + connectTimeout: 5000 + readTimeout: 30000 + +# 绯荤粺閰嶇疆 +sys: + path: E:\\Test\\LF\\ -- Gitblit v1.9.3