Springboot里面常用xx.yml
-
YAML(Yet Another Markup Language)
-
写 YAML 要比写 XML 快得多(无需关注标签或引号) 使用空格 Space 缩进表示分层,不同层次之间的缩进可以使用不同的空格数目
-
注意:key后面的冒号,后面一定要跟一个空格,树状结构
对象里面的子对象 子对象形式
server:
port: 8080 //设置启动端口号为8080
house:
family:
name: Doe
parents:
- John
- Jane
children:
- Paul
- Mark
- Simone
address:
number: 34
street: Main Street
city: Nowheretown
zipcode: 12345
Springboot里面常用 xx.properties(推荐)
- Key=Value格式
- 语法简单,不容易出错
server.port=8082
#session失效时间,30m表示30分钟
server.servlet.session.timeout=30m
#调整tomca