Compare commits
13 Commits
386b078ffb
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f67ce10ab7 | ||
| 7e2a581b75 | |||
| d8826f06d7 | |||
|
|
fce5a39e10 | ||
|
|
1df672931e | ||
|
|
3d18834720 | ||
|
|
44167d16c3 | ||
|
|
1299348847 | ||
|
|
8364cbbc9d | ||
|
|
6ff47d6792 | ||
|
|
821103bdb7 | ||
|
|
21bcde3edd | ||
|
|
ee8a4f7f5b |
@@ -0,0 +1 @@
|
|||||||
|
This is documentation of the project.
|
||||||
@@ -10,7 +10,17 @@ public class DemoApplication {
|
|||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
System.out.println("No");
|
||||||
|
|
||||||
|
System.out.println("Yes");
|
||||||
|
|
||||||
System.out.println("End application");
|
System.out.println("End application");
|
||||||
|
|
||||||
|
|
||||||
|
System.out.println(new Date());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
package controller;
|
package controller;
|
||||||
|
|
||||||
public class UserController {
|
public class UserController {
|
||||||
|
int username;
|
||||||
|
String email;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user