我已经将SpringBoot从15.6版本更新到了2.0.0版本。我遇到了很多关于编译的问题,但我不能处理一个问题。org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException我的基本属性如下所示 datasource:
driver-cl
我在application.yml中有一个属性,但该属性的值在另一个文件中。在这里,username存在于文件/etc/app/db_username中 database: username: /etc/app/db_usernameString username; //Will give me /etc/app/db_