Posts by gustavomr • 21 points
1 post
-
2
votes0
answers218
viewsQ: Microservices + JPA Entities
I have two REST services (separate projects) responding to the following entities with JPA (@Entity) mapping and each with its own database. Product(ID and TITLE) and Category (ID and TITLE) I found…