Created UserEntity and modified DemoApplication

This commit is contained in:
nxm777
2025-10-14 13:45:37 +02:00
parent cf2c803a80
commit 12510a3469

View File

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