Compare commits
5 Commits
2a7f137d3f
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 08dc7c2122 | |||
| 250c804e7d | |||
| 9bf836b68b | |||
|
|
da5af18e55 | ||
|
|
253bdf6b30 |
@@ -1,3 +1,5 @@
|
|||||||
This is documentation of the project.
|
This is documentation of the project.
|
||||||
|
|
||||||
2nd line in readme
|
2nd line in readme
|
||||||
|
|
||||||
|
5th line in readme
|
||||||
@@ -12,6 +12,8 @@ public class DemoApplication {
|
|||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
System.out.println("2nd message");
|
System.out.println("2nd message");
|
||||||
System.out.println("3rd message");
|
System.out.println("3rd message");
|
||||||
|
|
||||||
|
System.out.println("zmiana testttt");
|
||||||
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