eventuate-tram / eventuate-tram-sagas-examples-customers-and-orders

Spring Boot/JPA microservices that use an orchestration-based saga to maintain data consistency
Other
520 stars 236 forks source link

Fixed db-properties (There were missed tables, added spring.jpa.generate-ddl=true) #28

Closed dartartem closed 4 years ago

cer commented 4 years ago

Which problem does this fix? Please add an explanation. e.g. How does changing log levels fix a problem?

dartartem commented 4 years ago

There were missed tables, added spring.jpa.generate-ddl=true to fix it.

cer commented 4 years ago

There were missed tables, added spring.jpa.generate-ddl=true to fix it.

Please include this kind of information in the PR title/description