dodano pole username w klasie UserController

This commit is contained in:
jagfoljersolen
2025-10-14 13:25:57 +01:00
parent 95fd751d2f
commit 3d18834720
2 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ public class DemoApplication {
SpringApplication.run(DemoApplication.class, args);
System.out.println("End application");
System.out.println("hello");
}
}

View File

@@ -1,4 +1,5 @@
package controller;
public class UserController {
int username;
}