Skip to content

Commit 5239ecf

Browse files
authored
Update README.md
1 parent 2b343a0 commit 5239ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ The need to manage a user base for an online system is very frequent.
1515
Goal of this project is to offer a generic user's data management microservice.
1616

1717
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.
1919

2020
This project lends itself very well to implement new prototypes or to create new solutions based on microservice architecture.
2121

2222
The project is thought using the Docker technologies with two different containers:
2323
* Spring Boot REST apis: that exposing the services using REST apis
2424
* MySql 8.0 database: that is storing/retrieving the information
2525

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.
2727

2828
Here below the most relevant features exposed using REST Apis:
2929

0 commit comments

Comments
 (0)