server.port=8080 spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=100MB spring.jackson.date-format=yyyy-MM-dd HH:mm:ss spring.jackson.time-zone=GMT+8 #??thymeleaf #??html spring.thymeleaf.mode=HTML spring.thymeleaf.encoding=UTF-8 spring.thymeleaf.cache=false spring.web.resources.static-locations=classpath:/templates/ adminName=admin age=18 adminId=123 user1.userId=1001 user1.userName=Tom user1.hireDate=2020-12-12 22:22:22 # ????? spring.datasource.url=jdbc:mysql://localhost:3306/mybatis?characterEncoding=utf-8&useUnicode=true&serverTimezone=GMT%2B8 spring.datasource.username=root spring.datasource.password=root # mybatis?? mybatis.mapper-locations=classpath:mapper/*Mapper.xml mybatis.type-aliases-package=com.sf.springboot.entity mybatis.config-location=classpath:mybatis-config.xml # ????(????) http.encoding.charset=UTF-8 http.encoding.force=true http.encoding.enabled=true server.tomcat.uri-encoding=UTF-8