https://github.com/isinghabhishek/microservices_springboot
Creating microservices using springboot
https://github.com/isinghabhishek/microservices_springboot
java microservice spring-boot
Last synced: 8 months ago
JSON representation
Creating microservices using springboot
- Host: GitHub
- URL: https://github.com/isinghabhishek/microservices_springboot
- Owner: isinghabhishek
- Created: 2023-10-29T15:09:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T18:17:12.000Z (over 2 years ago)
- Last Synced: 2025-08-04T13:52:43.399Z (8 months ago)
- Topics: java, microservice, spring-boot
- Language: Java
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microservices_springboot
- Microservice architectures are the ‘new normal’. Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code.
- Spring Boot’s many purpose-built features make it easy to build and run your microservices in production at scale.
- And don’t forget, no microservice architecture is complete without Spring Cloud ‒ easing administration and boosting your fault-tolerance.
- What is Spring-Boot?
- What is Microservices?