Added new file UserEntity, modified DemoApplication

This commit is contained in:
Student 2023-10-03 14:29:06 +02:00
parent 198f115796
commit afe8de1f7d
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DemoApplication {
public class DemoApplicationKopia {
public static void main(String[] args) {

View File

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