1
0
forked from evee03/lab2

Add UserEntity and changed DemoApplication

This commit is contained in:
Ewelina
2025-10-14 11:28:43 +02:00
parent 08ae9017a4
commit dd0b8758fb
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,2 @@
class UserEntity {
}