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