spring-boot-microservices
spring-boot-microservices copied to clipboard
fixed unnecessary table created by Hibernate
fixed unnecessary created table by Hibernate that links Orders to OrderLineItems. For this a field of type Order is added to OrderLineItems that acts as a foreign key on the DB level.