Web app that supports user authentication, authorization and CRUD operations done with Spring and Hibernate.
Java 17, Spring Web MVC, Spring Security, Hibernate, MySQL, Tomacat@9, Maven
- Clone this repo to you IDE amd open it.
- Pull the last changes.
- Add Tomcat@9 configuration.
- Link your MySql database: replace username, password, driver and url in resources/db.properties with your own.
- Run "mvn clean package" command in your terminal.
- If everything fine - start Tomcat and try app.
Good luck. With