SpringBoot02-配置文件

73 阅读1分钟

应用程序配置文件

image.png

image.png

在project种配置 Module似乎不生效 image.png

一般都在resources 里面 添加 application.properties

一般在 resources 下面即可

运行参数、VM选项

这个我没找到

image.png

@Value 进行注入

image.png

image.png