Compare commits
8 Commits
af295f5ad5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a0c1f9ea49 | |||
|
|
f6b8fb237d | ||
|
|
d22f61c07d | ||
| e14e4fc83d | |||
|
|
33e8c01eb6 | ||
|
|
3fca420008 | ||
| 20785ec156 | |||
| 495af12197 |
@@ -0,0 +1,3 @@
|
|||||||
|
Dokumentacja projektu (edytowana)
|
||||||
|
|
||||||
|
bartek zmiana
|
||||||
@@ -14,6 +14,8 @@ public class DemoApplication {
|
|||||||
System.out.println("Main message");
|
System.out.println("Main message");
|
||||||
System.out.println("Feature 1 message");
|
System.out.println("Feature 1 message");
|
||||||
System.out.println("Feature 2 message");
|
System.out.println("Feature 2 message");
|
||||||
|
System.out.println("Zmiana kolejna");
|
||||||
|
System.out.println(new Date());
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user