Spring Boot Secure User Database is a Spring Boot application that shows you the implementation of common functions in web applications like a user registration, a user login or the protection of sensitive content from unauthorized access.
- A Java SDK (Setup for Linux)
- Clone this repository:
git clone https://github.com/nt-ca-aqe/thesis-ahs.git
- Open folder
Spring_Boot_Secure_User_Database
in terminal of your choice - Start the application by running
./gradlew bootRun
(Mac OS and Linux) orgradlew.bat bootRun
(Windows) - Browse to http://localhost:9090