摘要:
一、SpringBoot项目中取yaml配置文件中的值 application.yaml test: url: localhost:8080 name: root password: 123456 val: a: 1 b: 2 c: 3 TestConfig.class @Component @Co 阅读全文
摘要:
一、SpringBoot配置文件 1.什么是SpringBoot配置文件 在SpringBoot项目中,资源文件夹下会有一个叫做application.properties的文件,这就是SpringBoot的配置文件。 2.SpringBoot配置文件的作用 因为SpringBoot的配置都经过自动 阅读全文