Compare commits
4 Commits
master
...
new_featur
| Author | SHA1 | Date | |
|---|---|---|---|
| 4127966fb7 | |||
|
|
458e1f9791 | ||
|
|
04a40753c4 | ||
|
|
d105bd3020 |
@@ -1 +1,3 @@
|
||||
zadanie 2.3
|
||||
//zadanie 3
|
||||
|
||||
//zadanie 4 new_feature
|
||||
|
||||
@@ -14,7 +14,7 @@ public class DemoApplication {
|
||||
System.out.println("Start application 2");
|
||||
System.out.println("Start application develop_3");
|
||||
System.out.println("Start application develop_4");
|
||||
SpringApplication.run(DemoApplicationExtra.class, args);
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
|
||||
System.out.println(new Date());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user