Spring Boot - Application Configuration
In
At runtime, you get an error about
application.yml, you wrote:db:
host: ${DB_HOST}
port: ${DB_PORT:3306}At runtime, you get an error about
DB_HOST but not about DB_PORT. Why?