Compare commits
3 Commits
new_featur
...
c7861c3c92
| Author | SHA1 | Date | |
|---|---|---|---|
| c7861c3c92 | |||
| 71f5659783 | |||
|
|
ca4c2e6d48 |
@@ -1,2 +1,2 @@
|
|||||||
Inicjalizacja projektu (edycja zdalna)
|
Inicjalizacja projektu (edycja zdalna)
|
||||||
edycja z new_feature
|
Zmiany evee03
|
||||||
@@ -7,10 +7,8 @@ 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());
|
||||||
System.out.println("changes");
|
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user