SpringBoot-YML的用法

SpringBoot yml 使用

SpringBoot 默认读取 application.yml|properties

YML 比properties配置文件更加节约 简约(结构)

创建application.yml

server:

  port:  8090

  context-path: /ouyan

posted @ 2019-02-18 19:51  虚极静笃  Views(372)  Comments(0Edit  收藏  举报