forked from jd92910/App
Zmiany w main DemoApp
This commit is contained in:
parent
01f22a38d7
commit
744f2bb229
@ -12,6 +12,8 @@ public class DemoApplication {
|
||||
System.out.println("TEST1");
|
||||
System.out.println("You're up");
|
||||
System.out.println("test2");
|
||||
int x = 6;
|
||||
System.out.println("You are number "+ x);
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user