spring-attic / gs-routing-and-filtering

Routing and Filtering :: Learn how to route and filter requests to a microservice using Netflix Zuul
https://spring.io/guides/gs/routing-and-filtering
67 stars 85 forks source link

Use the Spring Initializr #13

Closed Buzzardo closed 4 years ago

Buzzardo commented 5 years ago

I rewrote the documentation and changed the code (mostly changing package names) to use the Spring Initializr. In this guide, the Gradle wrapper version was too low to work with Boot, so I updated the Gradle wrapper, too.

Buzzardo commented 4 years ago

Here's the error (which I have no clue how to fix, since it's on the server):

Installing oraclejdk8 $ export JAVA_HOME=~/oraclejdk8 $ export PATH="$JAVA_HOME/bin:$PATH" $ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL" Ignoring license option: BCL -- using GPLv2+CE by default install-jdk.sh 2019-10-16 Expected feature release number in range of 9 to 14, but got: 8 The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during . Your build has been stopped.