Hello,
I am reviewing Lesson 35 from the first edition of the book (Introduction to Spring MVC).
It looks like it is not possible anymore to download Spring zip files directly, the only options available being the use of Maven or Gradle. I've chosen Gradle.
Within Eclipse, I created a Dynamic Web Project named Lesson35.
I installed Gradle and created a file named build.gradle under the Lesson35\src folder, with the content (from
http://projects.spring.io/spring-framework/#quick-start):
Quote:
dependencies {
compile 'org.springframework:spring-context:4.2.6.RELEASE'
}
|
I don't know what to do next. Would you please help me? I have a job interview coming soon...