Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Mult1k33
/
java-plus-graduation
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Microservices] Decompose monolith into microservices: event, user, request, comment services
- #3
#3
Merged
Mult1k33
merged 10 commits into
main
Mult1k33/java-plus-graduation:main
from
microservices
Mult1k33/java-plus-graduation:microservices
Copy head branch name to clipboard
Feb 9, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
[Microservices] Decompose monolith into microservices: event, user, request, comment services
#3
Mult1k33
merged 10 commits into
main
Mult1k33/java-plus-graduation:main
from
microservices
Mult1k33/java-plus-graduation:microservices
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2026
feat: splitting the monolith into microservices (request-service, user-service and comment-service) and add interaction-api
Mult1k33
committed
d8be0c9
View commit details
Copy full SHA for d8be0c9
Browse repository at this point
Commits on Feb 6, 2026
feat: extract event, category, compilation to event-service
Mult1k33
committed
e585359
View commit details
Copy full SHA for e585359
Browse repository at this point
Commits on Feb 7, 2026
docs: add comprehensive README with architecture and API documentation
Mult1k33
committed
d2e4f38
View commit details
Copy full SHA for d2e4f38
Browse repository at this point
feat: implement fault tolerance for microservices
Mult1k33
committed
16bc47f
View commit details
Copy full SHA for 16bc47f
Browse repository at this point
fix: correct config-server path and configuration for request-service
Mult1k33
committed
606cdbf
View commit details
Copy full SHA for 606cdbf
Browse repository at this point
fix: add basePackages to @EnableFeignClients annotation
Mult1k33
committed
38b6bbc
View commit details
Copy full SHA for 38b6bbc
Browse repository at this point
fix: add @ConfigurationPropertiesScan annotation
Mult1k33
committed
4697826
View commit details
Copy full SHA for 4697826
Browse repository at this point
fix: correct event loading methods and remove duplicate database queries
Mult1k33
committed
b5c98f4
View commit details
Copy full SHA for b5c98f4
Browse repository at this point
feat: add Feign retry config, actuator dependency and update confirmed requests logic
Mult1k33
committed
4ee3180
View commit details
Copy full SHA for 4ee3180
Browse repository at this point
docs: update project description in README
Mult1k33
committed
3dd863f
View commit details
Copy full SHA for 3dd863f
Browse repository at this point
You can’t perform that action at this time.