January 2019
Intermediate to advanced
392 pages
10h 11m
English
We'll create a small project where we'll implement the basic authentication security to protect the data. A user needs to be accepted by our security system to access the data. Let's create the project with the given steps:

Here, we're using Maven Project and selecting the language as Kotlin and the Spring Boot version as 2.1.1 (SNAPSHOT).
We've added the Security, Web, and DevTools dependencies. You can check the list in pom.xml.
Read now
Unlock full access