spring.datasource.url= jdbc:mysql://127.0.0.1:3306/xxx?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
spring.datasource.username=root
spring.datasource.password=xxx // 数据库密码
server.port=3000 // 端口开在本地3000
server.tomcat.uri-encoding=UTF-8
spring.thymeleaf.cache=false
spring.thymeleaf.encoding=UTF-8
标签:false,encoding,spring,配置,application,datasource,properties,3000
From: https://www.cnblogs.com/wojiuyishui/p/16823052.html