Skip to content

Migrate microservices from NestJS to Spring Boot with CI setup#1

Merged
victorpreston merged 1 commit into
masterfrom
dev
Jun 3, 2026
Merged

Migrate microservices from NestJS to Spring Boot with CI setup#1
victorpreston merged 1 commit into
masterfrom
dev

Conversation

@victorpreston

Copy link
Copy Markdown
Owner
  • Implement four Spring Boot 3.2.5 services: api-gateway, order-service, payment-service, notification-service
  • Use Spring AMQP with Jackson JSON converter for RabbitMQ messaging
  • Add cross-platform Makefile (Windows + Linux/Mac)
  • Add Maven wrapper (mvnw / mvnw.cmd) for zero-install builds
  • Add GitHub Actions: CI build workflow and full integration test workflow with RabbitMQ service container

- Replace TypeScript/NestJS monorepo with Maven multi-module project
- Implement four Spring Boot 3.2.5 services: api-gateway, order-service,
  payment-service, notification-service
- Use Spring AMQP with Jackson JSON converter for RabbitMQ messaging
- Add cross-platform Makefile (Windows + Linux/Mac)
- Add Maven wrapper (mvnw / mvnw.cmd) for zero-install builds
- Add GitHub Actions: CI build workflow and full integration test workflow
  with RabbitMQ service container
@victorpreston victorpreston merged commit 1a6af5f into master Jun 3, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant