SpringBoot知識點(一)

1.屏蔽命令行訪問屬性的設置:SpringApplication.setAddCommandLineProperties(false) 2.多環境配置:在Spring Boot中多環境配置文件名須要知足application-{profile}.properties的格式,其中{profile}對應你的環境標識,好比: application-dev.properties:開發環境 applica
相關文章
相關標籤/搜索