Files
wework/JavaClientDemo/target/classes/application.yml
2021-04-24 17:43:26 +08:00

32 lines
530 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

debug: true
server:
port: 8081
servlet:
session:
timeout: 86400
context-path: /wwclient
tomcat:
max-http-post-size: -1
spring:
jackson:
time-zone: GMT+8
mvc:
view:
suffix: /WEB-INF/jsp/
throw-exception-if-no-handler-found: true
resources:
add-mappings: true
mybatis:
mapper-locations:
- classpath:mapper/*/*.xml
#实体扫描多个package用逗号或者分号分隔
type-aliases-package: com.yc.inter.**.entity
logging:
config: classpath:logback-spring.xml