Added new file UserEntity1, modified DemoApplication

This commit is contained in:
Student 2023-10-03 14:30:20 +02:00
parent afe8de1f7d
commit abaf0cb1fb
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,7 @@ 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("lalalal2");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }

View File

@ -1,2 +1,4 @@
package com.example.demo.domain;public class UserEntity { package com.example.demo.domain;
public class UserEntity {
} }