spring-guides / gs-spring-boot

Building an Application with Spring Boot :: Learn how to build an application with minimal configuration.
https://spring.io/guides/gs/spring-boot/
Apache License 2.0
890 stars 4.51k forks source link

Remove java.version property #47

Closed yeonhoyoon closed 4 years ago

yeonhoyoon commented 6 years ago

Obvious Fix

setting java.version property to 1.8 is no longer required, as it is already included in the spring-boot-starter-parent pom.xml as of 2.0.0 release.

gregturn commented 6 years ago

Thanks. Can you apply the same fix To complete/pom.xml?

yeonhoyoon commented 6 years ago

@gregturn Sure, applied it to complete/pom.xml as well.

pivotal-issuemaster commented 4 years ago

@yeonhoyoon Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

klmnden commented 4 years ago

Yinelenen

Yinelenen