Added a few comments to server java files
This commit is contained in:
@@ -3,9 +3,11 @@ package hello;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
//application to boot with spring
|
||||
@SpringBootApplication
|
||||
public class Application {
|
||||
|
||||
//run the application
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(Application.class, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user