LaunchCodeEducation / skills-back-end-java

Unit 3 (Java Track) of the LC101 Curriculum, following fundamentals in Python
http://education.launchcode.org/skills-back-end-java/
Other
16 stars 31 forks source link

Spring Boot intro asks students to use Spring Boot 1.5.12 #19

Closed ryanawalker closed 6 years ago

ryanawalker commented 6 years ago

https://education.launchcode.org/skills-back-end-java/videos/intro-to-spring-boot-controllers/

Instructions for setting up a Spring Boot app asks students to select Spring Boot 1.5.12 on start.spring.io, but that release is no longer an option on the site.

image

chrisbay commented 6 years ago

@ryanawalker Thanks. To clarify, the important thing here is that they use the most recent non-SNAPSHOT 1.5.x release. The 2.x release series includes some updates to Spring Data that aren't supported yet by the curriculum.