- Run the application and go on http://localhost:8080/
- Use the index page to choose:
- HTML web forms
- Users
- Role
- Permisions
- Permission & Users
- Permision & Role
- Users & Role
- Bootstrap lists
- Users List
- Role List
- Permission List
- PermisionUsers List
- PermisionRole List
- UsersRole List
- HTML web forms
Open the application.properties
file and set your own configurations for the database connection.
Open db.sql file
and use code for creating database.
- Java
- Gradle
- PostgreSQL
Import as Existing Gradle Project and run it as Spring Boot App.
Export to war, deploy on Tomcat server
- Inregration tests for Service and Repository
- UsersTest
- RoleTest
- PermisionsTest
- PermissionUsersTest
- PermisionRoleTest
- UsersRoleTest