-
Notifications
You must be signed in to change notification settings - Fork 0
Technologies
Alessandro-AP edited this page Jan 28, 2022
·
2 revisions
As the java language was imposed and we already had experience with Spring through the main project, we chose to continue on this way and implement the authentication microservice in Spring Boot.
Since our models have a simple and well-defined structure, we have opted for the use of SQL technology. In this case we chose MySQL because it is a technology that is familiar to everyone in the team.
Obviously, some of the technologies already seen in the main project are used in the project but I preferred not to mention them to avoid redundancy.