Compare commits
3 Commits
fce5a39e10
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f67ce10ab7 | ||
| 7e2a581b75 | |||
| d8826f06d7 |
@@ -0,0 +1 @@
|
|||||||
|
This is documentation of the project.
|
||||||
@@ -17,6 +17,9 @@ public class DemoApplication {
|
|||||||
System.out.println("Yes");
|
System.out.println("Yes");
|
||||||
|
|
||||||
System.out.println("End application");
|
System.out.println("End application");
|
||||||
|
|
||||||
|
|
||||||
|
System.out.println(new Date());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,5 @@ package controller;
|
|||||||
|
|
||||||
public class UserController {
|
public class UserController {
|
||||||
int username;
|
int username;
|
||||||
|
String email;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user