This project contains a collection of microservices designed to work together and provide complete functionality.
- Java
- Spring Boot
- MySQL
- Clone the repository:
git clone https://github.com/jorneycr/spring-boot-microservices
- Navigate to the project directory:
cd microservices
Each microservice exposes a series of RESTful endpoints. Refer to the specific documentation of each service for more details.
- Fork the project.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push your changes (
git push origin feature/new-feature
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE
file for more details.