dodano pole username w klasie UserController
This commit is contained in:
@@ -11,6 +11,8 @@ public class DemoApplication {
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
|
||||
System.out.println("End application");
|
||||
|
||||
System.out.println("hello");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
package controller;
|
||||
|
||||
public class UserController {
|
||||
int username;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user