SpringBoot 应用程序中的未知属性.properties
2022-09-02 09:10:41
我使用Spring Initializr生成了一个Spring Boot Web应用程序,使用嵌入式Tomcat + Thymeleaf模板引擎。
我将此属性放在我的应用程序中。属性
default.to.address=nunito.calzada@gmail.com
我正在使用Spring工具套件版本:3.8.4.RELEASE作为开发环境,但我在编辑器中收到此警告'default.to.address' is an unknown property.
我应该将此属性放在另一个属性文件中吗?