Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Spring Basics Spring Components and Configuring Our App Configuring Gradle for Spring Development

kalyada leosrisook
PLUS
kalyada leosrisook
Courses Plus Student 17,855 Points

Error on compiling spring framework

I was trying to add the spring frame work to intellij library but there was an error. When I put this :

compile 'org.springframework:spring-webmvc:5.0.0.RELEASE'

on the Gradle bars under the dependency tab, it shows up the red underline (which means there's an error) and said unable to resolve spring-webmvc-5.0.0.RELEASE...

What have I done wrong?

Ker Zhang
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Ker Zhang
Full Stack JavaScript Techdegree Graduate 29,113 Points

In this course, it uses spring-boot-starter-web, latest version is 1.5.3. You can go to maven repository to find the latest resource: http://mvnrepository.com/.

The teacher should have mention this in this course but he didn't. :( Meanwhile, the latest Intellij is totally different from the old version, it confuses our new students badly.