Added User.java, Nowa.java, modified DemoApplication.java

This commit is contained in:
2025-10-02 13:22:31 +02:00
parent 855973fdfc
commit ac927b33b8
2 changed files with 8 additions and 0 deletions

View File

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

View File

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