You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 应用名称
|
|
spring.application.name=springboot-study
|
|
# 应用服务 WEB 访问端口
|
|
server.port=8080
|
|
# 关闭模板引擎的缓存
|
|
spring.thymeleaf.cache=false
|
|
|
|
|
|
|
|
#我们的配置文件的真实位置
|
|
spring.messages.basename=i18n.login
|
|
|
|
spring.mvc.format.date=yyyy-MM-dd
|
|
|
|
mybatis.mapper-locations=classpath:mybatis/mapper/*.xml
|
|
|
|
|
|
|