learning-spring-boot-2nd-edition-code icon indicating copy to clipboard operation
learning-spring-boot-2nd-edition-code copied to clipboard

This Eureka code on Java 9 also needs

Open pbaletkeman opened this issue 7 years ago • 1 comments

If you are using Java 9 then you will need to add these lines to your build.gradle for the Eureka project so that you do not get any errors

compile 'javax.xml.bind:jaxb-api:2.3.0'
compile 'com.sun.xml.bind:jaxb-impl:2.3.0'
compile 'com.sun.xml.bind:jaxb-core:2.3.0'
compile 'com.sun.activation:javax.activation:1.2.0'

pbaletkeman avatar Jan 21 '18 22:01 pbaletkeman

Heh, I haven't even looked at Java 9 on my system. Thanks for the input.

gregturn avatar Jan 23 '18 16:01 gregturn