Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kothakokila/springboot_microservices
Java Spring Boot microservices applicationand is configured with an API Gateway
https://github.com/kothakokila/springboot_microservices
java java-8 microservices spring-boot spring-mvc spring-security
Last synced: 25 days ago
JSON representation
Java Spring Boot microservices applicationand is configured with an API Gateway
- Host: GitHub
- URL: https://github.com/kothakokila/springboot_microservices
- Owner: kothakokila
- Created: 2024-06-24T13:40:50.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-24T14:27:46.000Z (8 months ago)
- Last Synced: 2024-11-16T22:35:29.894Z (3 months ago)
- Topics: java, java-8, microservices, spring-boot, spring-mvc, spring-security
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot Microservices Project
Spring Boot microservices application that includes multiple services and is configured with an API Gateway and Netflix Eureka for service discovery.
## Project Structure
The project is divided into three microservices:
1. **Order Service**: Manages order-related operations.
2. **Inventory Service**: Handles inventory management.
3. **Product Service**: Manages product-related operations.### Additional Components
- **API Gateway**: Routes incoming HTTP requests to the appropriate microservice based on the request.
- **Discovery Service**: Configured using Netflix Eureka for service registration and discovery.## Technologies Used
- **Spring Boot**: Framework for creating microservices.
- **Spring Cloud Netflix Eureka**: Service registration and discovery.
- **Spring Cloud Gateway**: API Gateway for routing requests.
- **Spring Data JPA**: For database interactions.
- **H2 Database**: In-memory database for development and testing.
- **MySQL**: Production database.## Prerequisites
- Java 11 or higher
- Maven 3.6.0 or higher
- MySQL (for production)