You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ The need to manage a user base for an online system is very frequent.
15
15
Goal of this project is to offer a generic user's data management microservice.
16
16
17
17
This microservice can offer a good and solid starting point for managing your accounts.
18
-
Thanks to this Role Based Access Control implementation it's easy to define roles and permissions for your specific application and subsequently apply these access rules on the users.
18
+
Thanks to this Role Based Access Control implementation it's easy to define roles and permissions for your specific application/prototype and subsequently apply these access rules on the users.
19
19
20
20
This project lends itself very well to implement new prototypes or to create new solutions based on microservice architecture.
21
21
22
22
The project is thought using the Docker technologies with two different containers:
23
23
* Spring Boot REST apis: that exposing the services using REST apis
24
24
* MySql 8.0 database: that is storing/retrieving the information
25
25
26
-
The code has been tested (> 100 tests) using JUnit and Mockito, H2 in memory database and some standard libraries for the integration tests.
26
+
The code has been well tested (> 100 tests) using JUnit and Mockito, H2 in memory database and some standard libraries for the integration tests.
27
27
28
28
Here below the most relevant features exposed using REST Apis:
0 commit comments