Add new println

This commit is contained in:
gwifen 2024-10-11 14:17:42 +02:00
parent c664666979
commit 30ed16e356

View File

@ -8,6 +8,7 @@ public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
System.out.println(new Date());
}
}