Spring Boot - Application Configuration
Given the following Spring Boot configuration sources:
Environment variable
Command line argument
What port will the application run on?
application.properties sets server.port=8080Environment variable
SERVER_PORT=9090Command line argument
--server.port=7070What port will the application run on?
