forked from Kuba27/Lab2Test
Compare commits
3 Commits
new_featur
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| ce5aef978c | |||
|
|
1300985cb7 | ||
|
|
b388a541f8 |
@@ -1 +1,2 @@
|
|||||||
This is documentation of the project. New change.
|
This is documentation of the project. New change.
|
||||||
|
Dodany tekst :D
|
||||||
@@ -10,6 +10,7 @@ public class DemoApplication {
|
|||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
System.out.println("Trzecia wiadomosc");
|
System.out.println("Trzecia wiadomosc");
|
||||||
System.out.println("Drugi komunikat");
|
System.out.println("Drugi komunikat");
|
||||||
|
System.out.println("Change from fork.");
|
||||||
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