forked from Manyxyz/Lab2
UserEntity added to the project!
This commit is contained in:
@@ -9,6 +9,7 @@ public class DemoApplication {
|
||||
public static void main(String[] args) {
|
||||
|
||||
System.out.println("Start application");
|
||||
System.out.println("Another message");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.example.demo.domain;
|
||||
|
||||
public class UserEntity {
|
||||
}
|
||||
Reference in New Issue
Block a user