SpringBoot配置文件 2026-08-04 技术笔记 Java / Spring Boot / 笔记方法 1.SpringBoot 配置文件格式 application.properties server.port=8080 application.yml server: port: 80 application.yaml server: port: 80 注意:SpringBoot 程序 3 | 0