Compare commits
2 Commits
main
...
new_featur
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06bff0fa4b | ||
| a8df80c75e |
@@ -1,3 +1,2 @@
|
||||
Inicjalizacja projektu (edycja zdalna)
|
||||
Zmiany evee03
|
||||
Zmiana s99623
|
||||
edycja z new_feature
|
||||
@@ -7,8 +7,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
public class DemoApplication {
|
||||
|
||||
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("changes");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user