码迷,mamicode.com
首页 > 编程语言 > 详细

Spring Boot 配置文件介绍

时间:2019-08-31 17:25:45      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:prope   Fix   style   配置   目录   inf   nat   后缀   spring   

配置文件

#指明 jsp 文件在 webapp 下的哪个目录
spring.mvc.view.prefix: /WEB-INF/jsp/
#指明 jsp 以什么样的后缀结尾
spring.mvc.view.suffix: .jsp
#SQL 输出
spring.jpa.show-sql=true
#format 一下 SQL 进行输出
spring.jpa.properties.hibernate.format_sql=true

 


 

Spring Boot 配置文件介绍

标签:prope   Fix   style   配置   目录   inf   nat   后缀   spring   

原文地址:https://www.cnblogs.com/itchenchen/p/11439338.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!