You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: