stock-price-viewer-microservices-part1 icon indicating copy to clipboard operation
stock-price-viewer-microservices-part1 copied to clipboard

Spring Cloud services with 5 microservices - End to End Example

Results 7 stock-price-viewer-microservices-part1 issues
Sort by recently updated
recently updated
newest added

Looking at the Architecture.. isn't same data store being depicted for both services? I think Microservices best practices don't recommend same data store for services to share? isn't it?, unless...

Hi there, I'm trying to start up the application, but it fails to establish a connection to the database. I don't know how to solve that. Please help. `/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:51702,suspend=y,server=n...

In the resource part List.. Stock cannot be imported. I tried using different version of yahoo finance api but could not get the solution.

https://github.com/TechPrimers/stock-price-viewer-microservices-part1/blob/a70b12945e6922709e0994de37873161dcb9df36/stock-service/src/main/java/com/techprimers/stock/stockservice/resource/StockResource.java#L43