Dodano Userentity i zmodyfikowano main

This commit is contained in:
Student Politechniki
2025-10-14 15:48:34 +02:00
parent adb908cf5a
commit c5dd064ad6
2 changed files with 5 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("Kolejny komunikat");
SpringApplication.run(DemoApplication.class, args);
}

View File

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