我有一个带有嵌入式tomcat的maven / spring-boot应用程序,从命令行运行时显示OK:java -jar ...
当我使用mvn eclipse:eclipse
将其导入Eclipse然后运行应用程序main-class时,它不会拾取messages.properties文件。
我收到警告
ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale xx_XX
并在浏览器中查看这些??messageid??
。
如何从eclipse中正确运行它?
Spring-boot JarLoader从命令行启动时的作用是什么?