eh3rrera / graphql-java-spring-boot-example

Sample GraphQL server implemented with graphql-java and Spring Boot
MIT License
211 stars 151 forks source link

Changes to consider with Java8? #1

Closed winnemucca closed 6 years ago

winnemucca commented 6 years ago

Just starting to learn Java. My company barely moved from 7 to 8. Wondering what things I would need to be considerate of when following this tutorial if trying to implement with Java 8?

eh3rrera commented 6 years ago

I don't know if I get what you mean.

If you're asking if this application can be run with Java 8, sure, I think there's nothing specific to Java 9. I just used Java 9 because, at the moment, that was the latest version of Java.

Well, maybe you just need to change the java.version property in the pom.xml file to 1.8 😃