Compare commits
3 Commits
new_featur
...
c7861c3c92
| Author | SHA1 | Date | |
|---|---|---|---|
| c7861c3c92 | |||
| 71f5659783 | |||
|
|
ca4c2e6d48 |
@@ -1 +1,2 @@
|
|||||||
Inicjalizacja projektu (edycja zdalna)
|
Inicjalizacja projektu (edycja zdalna)
|
||||||
|
Zmiany evee03
|
||||||
1
lab
Submodule
1
lab
Submodule
Submodule lab added at e53ced08f4
@@ -7,8 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||||||
public class DemoApplication {
|
public class DemoApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Start application");
|
System.out.println("Zmiany");
|
||||||
System.out.println("Conflit develop_3 branch");
|
|
||||||
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