microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

Run integration test for each microservice #137

Open SonNXP opened 3 years ago

SonNXP commented 3 years ago

Thank you very much for very useful book and demo project!

I try to run integration test (OrderJpaTest.java) for ftgo_order_service but it has an error because has no mysql database yet. I cannot run whole system because a limit of my PC (only 8GB RAM), I try to find .sql file to make ftgo_order_service schema but has not found yet. Could you please provide .sql files that create services' databases (Ex: ftgo_order_service, order entity) I tried to generate .sql scripts by JPA from setting in application.properties but not success yet

Thank you so much