advanced
Legacy Monolith to Microservices
Refactor a hypothetical Java monolith into a microservices architecture.
📝 Contenu du Prompt
Analyze the provided Java monolith code snippet which handles user orders, inventory, and shipping in a single deployable unit. Identify three distinct bounded contexts suitable for extraction into separate microservices. For each context, provide the API definition (REST endpoints), the necessary data models