Compare commits
10 Commits
386b078ffb
...
fce5a39e10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fce5a39e10 | ||
|
|
1df672931e | ||
|
|
3d18834720 | ||
|
|
44167d16c3 | ||
|
|
1299348847 | ||
|
|
8364cbbc9d | ||
|
|
6ff47d6792 | ||
|
|
821103bdb7 | ||
|
|
21bcde3edd | ||
|
|
ee8a4f7f5b |
@@ -10,7 +10,14 @@ public class DemoApplication {
|
||||
System.out.println("Start application");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
|
||||
|
||||
|
||||
System.out.println("No");
|
||||
|
||||
System.out.println("Yes");
|
||||
|
||||
System.out.println("End application");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
package controller;
|
||||
|
||||
public class UserController {
|
||||
int username;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user