Compare commits
3 Commits
2a7f137d3f
...
9bf836b68b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bf836b68b | |||
|
|
da5af18e55 | ||
|
|
253bdf6b30 |
@@ -8,12 +8,14 @@ import java.util.Date;
|
|||||||
@SpringBootApplication
|
@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("Start application");
|
||||||
System.out.println("2nd message");
|
System.out.println("2nd message");
|
||||||
System.out.println("3rd message");
|
System.out.println("3rd message");
|
||||||
|
|
||||||
|
System.out.println("zmiana testttt");
|
||||||
System.out.println(new Date());
|
System.out.println(new Date());
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user