From the course: Build Spring Boot Apps with the Kotlin Programming Language

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Creating a project with the Spring Initializr

Creating a project with the Spring Initializr

- [Instructor] Hello, welcome to chapter 16 and we're finally ready to start working with Spring Boot. So in this chapter, we're going to start building a Spring Boot application. We've been working on this course with some code that might be a useful starting point for this project so we'll be putting together everything we've learned and building a functioning application that allows us to book seats for a show in our theater. Now we're not going to be building a really nice looking fully complete application on this course. That would be too much work but what we will be able to do is build enough here so that you'll be confident that you understand how to make Spring Boot work with Kotlin and if you want, you could absolutely go on and complete this application. What we'll discover is that there are some design choices we'll need to make such as whether we use data classes or regular classes, whether our property should be valves or valls, nullible and not nullible variables so…

Contents