Compare commits
2 Commits
c7861c3c92
...
new_featur
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06bff0fa4b | ||
| a8df80c75e |
@@ -1,2 +1,2 @@
|
|||||||
Inicjalizacja projektu (edycja zdalna)
|
Inicjalizacja projektu (edycja zdalna)
|
||||||
Zmiany evee03
|
edycja z new_feature
|
||||||
@@ -7,8 +7,10 @@ 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("Zmiany");
|
System.out.println("Start application");
|
||||||
|
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