有道无术,术尚可求,有术无道,止于术。
本系列Spring Boot版本3.0.3
源码地址:https://gitee.com/pearl-organization/study-spring-boot3
文章目录
前言
本篇文档主要介绍Spring Boot
应用配置文件的相关用法。
应用配置文件
文件格式
在上篇文档创建的项目中,resources
目录下,默认有以下几个文件或文件夹:
- static:存放静态资源,如
js、css
图片等 - templates:存放模板页面,比如
freemarker、thymeleaf
模板 - application.properties:应用配置文件
其中application.properties
是