author | Svjatoslav Agejenko <svjatoslav@svjatoslav.eu> | |
Tue, 23 Apr 2024 17:59:10 +0000 (20:59 +0300) | ||
committer | Svjatoslav Agejenko <svjatoslav@svjatoslav.eu> | |
Tue, 23 Apr 2024 17:59:10 +0000 (20:59 +0300) | ||
commit | 262e0e5d2cca15cc64808bb1ca6e65fd235a091b | |
tree | da90c7bbe33bc1ca266782f96bc3a38209bb74b2 | tree | snapshot |
parent | a645eac2377f835033493f9fb43b1702e9c40e8c | commit | diff |
src/main/java/eu/svjatoslav/alyverkko/controller/UserController.java | [new file with mode: 0644] | blob |
src/main/java/eu/svjatoslav/alyverkko/models/User.java | [new file with mode: 0644] | blob |
src/main/java/eu/svjatoslav/alyverkko/repository/UserRepository.java | [new file with mode: 0644] | blob |
src/main/java/eu/svjatoslav/alyverkko/service/UserService.java | [new file with mode: 0644] | blob |
src/main/resources/application.properties | diff | blob | history | |
src/main/resources/templates/user/list.html | [new file with mode: 0644] | blob |