Skip to content

Resources Management Microservice initial implementation

Jan Nouza requested to merge Honza into development
  • Update of the structure of the inital codebase to match a microservice-based project (deletion of src in root, creation of resources-management module, .gitignore...)
  • Creation of openapi.yaml specification for the resources-management microservice
  • Initial implementation of the resources-management microservice (ready to be tested 😄)

To generate the openapi.yaml-generated code: mvn clean install

To run the microservice server: mvn spring-boot:run (running on port 8082)

Edited by Jan Nouza

Merge request reports