Springboot yml配置语言介绍【7】

yml语言的配置

debug: false

server:
  port: 80

spring:
  http:
    encoding:
      charset: utf-8
  thymeleaf:
    cache: false
  mvc:
    date-format: yyyy-MM-dd

 

发布了92 篇原创文章 · 获赞 5 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/xfb1989/article/details/104037441