Compare commits
3 Commits
6ae695d408
...
new_featur
| Author | SHA1 | Date | |
|---|---|---|---|
| 876ba24905 | |||
| f54ca310bb | |||
| e7b23a06f1 |
@@ -3,6 +3,8 @@ package pytel.laby1;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@SpringBootApplication
|
||||
public class Laby1Application {
|
||||
|
||||
@@ -11,6 +13,7 @@ public class Laby1Application {
|
||||
System.out.println("Start aplikacji");
|
||||
System.out.println("Kolejna linijka");
|
||||
System.out.println("Kolejna linijka2");
|
||||
System.out.println(new Date());
|
||||
SpringApplication.run(Laby1Application.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user