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 trialkalyada leosrisook
Courses Plus Student 17,855 PointsError 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
Full Stack JavaScript Techdegree Graduate 29,113 PointsKer Zhang
Full Stack JavaScript Techdegree Graduate 29,113 PointsIn 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.