February 2017
Intermediate to advanced
1023 pages
24h 11m
English
To configure the Gradle build script for your project, perform the following steps:
build.gradle, and add the following content into the file and save it: apply plugin: 'war' apply plugin: 'eclipse-wtp' repositories { mavenCentral() //add central maven repo to your buildfile } dependencies { compile 'org.springframework:spring-webmvc:4.3.0.RELEASE', 'javax.servlet:jstl:1.2', 'org.springframework:spring-jdbc:4.3.0.RELEASE', 'org.hsqldb:hsqldb:2.3.2', 'commons-fileupload:commons-fileupload:1.2.2', ...Read now
Unlock full access