Spring Cloud Netflix project base, Spring Rest Repository.
The micro-service project is based on five main projects
The student project is mapped with a Student Entity where CRUD operations are implemented by a RepositoryRestResource annotation, being only a query service and basic operations such as saving, editing, exiting and listing Accessing through the url http://localhost:8081/alunos/.
The subject matter mapped with the Subject Entity where CRUD operations are implemented by a RepositoryRestResource annotation, being only a query service and basic operations such as saving, editing, exiting, and listing Accessing through the url http://localhost:8082/materias/.
Eureka server project
Project that filters as routes for services and internal (microservices Students and Matters) and public (Project Evaluation)
The project return an list of evalution of students create of systems. Project Web / Mobile consumer services Students and Materials that seek as evidence made by the student searched in the url.