Hi, Welcome to my news portal made with Spring Boot!!!
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the main.java.com.egg.news.newsApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run