Added UserEntity and modified DemoApplication

This commit is contained in:
Kr4ms00n
2025-10-02 16:08:47 +02:00
parent b571bbdd21
commit 1cdf0f0f69
2 changed files with 6 additions and 0 deletions

View File

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