Spring Boot - Application Configuration
Given this
What port will the Spring Boot app run on when started?
application.properties snippet:spring.profiles.active=prod server.port=9090
What port will the Spring Boot app run on when started?
