我想访问提供的值application.properties,例如:
logging.level.org.springframework.web: DEBUG
logging.level.org.hibernate: ERROR
logging.file=${HOME}/application.log
userBucket.path=${HOME}/bucket
Run Code Online (Sandbox Code Playgroud)
我想userBucket.path在Spring Boot应用程序中访问我的主程序.