forked from Konrad/Lab2
Merged feature_1
This commit is contained in:
@@ -12,6 +12,7 @@ public class DemoApplication {
|
||||
System.out.println("Start application");
|
||||
System.out.println("Second message");
|
||||
System.out.println("Main message");
|
||||
System.out.println("Feature 1 message");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user