Spring Boot - Application Configuration
Given these files:
And the active profile is set to
application.properties contains server.port=8080application-prod.properties contains server.port=9090And the active profile is set to
prod, what port will the Spring Boot app run on?