IBM / cloud-native-starter

Cloud Native Starter for Java/Jakarta EE based Microservices on Kubernetes and Istio
https://cloud-native-starter.mybluemix.net/
Apache License 2.0
516 stars 273 forks source link

Adding spring-boot implementations of cloud native applications #21

Closed wkorando closed 5 years ago

nheidloff commented 5 years ago

Billy, this looks good. Unfortunately I'm having issues to build it. We had similar issues with the other Java services with different Java and Maven versions.

Could you also add a two stage build like here? https://github.com/IBM/cloud-native-starter/blob/master/scripts/deploy-articles-java-jee.sh#L28 and https://github.com/IBM/cloud-native-starter/blob/master/articles-java-jee/Dockerfile.nojava

wkorando commented 5 years ago

Added the two stage docker builds, also implemented the author service and have it use Open Liberty

wkorando commented 5 years ago

Adding a few more changes I missed

wkorando commented 5 years ago

Removed Spring Boot web-api