diff --git a/src/main/java/com/example/demo/domain/UserEntity.java b/src/main/java/com/example/demo/domain/UserEntity.java new file mode 100644 index 0000000..59520b3 --- /dev/null +++ b/src/main/java/com/example/demo/domain/UserEntity.java @@ -0,0 +1,4 @@ +package com.example.demo.domain; + +public class UserEntity { +}