SpringBoot yml 使用

SpringBoot 默认读取 application.yml|properties

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

创建application.yml

server:

  port:  8090

  context-path: /ouyan

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
猜你喜欢
  • 2022-12-23
  • 2022-03-04
  • 2023-03-21
  • 2021-11-27
  • 2022-01-07
  • 2021-12-24
  • 2022-01-09
相关资源
相似解决方案