Springboot配置文件讀取報錯Configuration property name 'projectUrl' is not valid:

   springboot啓動時報錯,錯誤信息以下:

        

    可能有不少緣由,但我這邊問題在於新建配置使用spring

@ConfigurationProperties(prefix = "projectUrl")

註解讀取application.yml文件中的系統參數時,不能有大寫字母改成「projecturl」便可springboot

我使用的是springboot2.0.3版本,springboot1.5如下版本貌似不存在此類問題!app

相關文章
相關標籤/搜索