Compare commits
2 Commits
36ea489b47
...
new_featur
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1aa99bd413 | ||
| ecf3f3a3d8 |
@@ -1 +1 @@
|
|||||||
My first project - lab1
|
My first project - lab1 i lab2
|
||||||
@@ -10,7 +10,7 @@ public class DemoApplication {
|
|||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
System.out.println("Hello, this is the task 2.3!");
|
System.out.println("Hello, this is the task 2.5!");
|
||||||
System.out.println(new Date());
|
System.out.println(new Date());
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user