b1
This commit is contained in:
@@ -9,10 +9,13 @@ public class DemoApplication {
|
||||
public static void main(String[] args) {
|
||||
|
||||
System.out.println("Start application");
|
||||
System.out.println("brah4");
|
||||
|
||||
System.out.println("Another message");
|
||||
|
||||
System.out.println("Second message");
|
||||
System.out.println("bra3");
|
||||
System.out.println("master");
|
||||
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user