I\'m developing a REST API using Spring Framework.
First I wasn\'t able to run my application because of the same problem. The port 8080 on my computer is busy. Then I
The easier way to solve this is changing the port on the application.properties file;
enter image description here
server.port=8081