Compare commits
3 Commits
66ff6dfc22
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
3cd85672bd | ||
ecb464778d | |||
6b4bb81116 |
@ -3,11 +3,14 @@ package com.example.demo;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@SpringBootApplication
|
||||
public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World!");
|
||||
System.out.println(new Date());
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user