January 2018
Intermediate to advanced
434 pages
14h 1m
English
Let's follow the given steps to set up the dependencies for building RESTful services:

buildscript { ext.kotlin_version = '1.1.60' // Required for Kotlin integration ext.spring_boot_version = '1.5.4.RELEASE' repositories { jcenter() } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin: ...Read now
Unlock full access