Library web app on spring (boot, secirity, mvc), thymeleaf, jquery, bootstrap 4, flyway and H2 memory db. Representing list of books and users (with authentification through db), and interaction between them.
git clone https://github.com/ilya-vdovenko/library.git
cd library
./mvnw spring-boot:run
java -jar library-<num_of_version>.jar
You can then access app here: http://localhost:8080/. Default user - login: 'user1'; password: 'H@yfU=64'.
Students-WebApp is released under version 2.0 of the Apache License.