You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the `application.properties` file add a line with the key
`server.port=1111` to make it run on port 1111 and recompile. Or at runtime
`java -Dspring.port=1111 -jar app.jar` you can provide as an input.
Anyway to get this to run on a different port then 8080?
The text was updated successfully, but these errors were encountered: