paulc4 / microservices-demo

Demo application to go with Blog on spring.io
889 stars 830 forks source link

Can't see embedded datasource initializing #27

Open MacDax opened 6 years ago

MacDax commented 6 years ago

I triedt this demo, It works great. All 3 services starts up, but Account service does not configure/start/initialize the embedded db (H2 or hsqldb?). Why? Also, it does not map any account controller urls like /accounts/{accountNumber} ???????