Getting familiar with Spring Boot

Let's take a look at the structure of the initial program files for this Spring Boot application. The following is the screenshot of the structure of your Spring Boot application files:

All source files are contained in the src directory. This directory contains the core application program files as well as the test programs that are written for the application. Core application program files should be put in the src/main directory and test programs are located in src/test. The main directory contains two subdirectories. These are the kotlin directory and the resources directory. All packages and main source ...

Get Kotlin Programming By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.