Compare commits
1 Commits
new_featur
...
ca4c2e6d48
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca4c2e6d48 |
@@ -1,2 +1 @@
|
||||
Inicjalizacja projektu (edycja zdalna)
|
||||
edycja z new_feature
|
||||
@@ -7,10 +7,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
System.out.println("Conflit develop_3 branch");
|
||||
System.out.println("Zmiany");
|
||||
System.out.println(new Date());
|
||||
System.out.println("changes");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user