14
Cómo acceder a un valor definido en el archivo application.properties en Spring Boot
Quiero acceder a los valores proporcionados en application.properties, por ejemplo: logging.level.org.springframework.web: DEBUG logging.level.org.hibernate: ERROR logging.file=${HOME}/application.log userBucket.path=${HOME}/bucket Quiero acceder userBucket.pathen mi programa principal en una aplicación Spring Boot.