Springboot 项目结构解析 src/main/java下的程序入口:Chapter1Application src/main/resources下的配置文件:application.properties src/test/下的测试入口:Chapter1ApplicationTests