
1. Using existing Homepage https://start.spring.io/ - Setting Project, Language, spring boot version, and dependency - Click Generate the project to download with .Zip and unzip as folder - Open folder with Development tool(like IntelliJ, Eclipse) 2. Using IntelliJ - Go File -> New -> Project - Choose Spring Initializr - Choose Type, Language, dependency - create Project Automatically And https:..

Trouble Shooting history When I create spring-boot with Kotlin, IntelliJ can't reconize Kotlin class. As a result, I added the standard library to dependency management. implementation("org.jetbrains.kotlin:kotlin-stdlib")Kotlin-stdlib has extended versions of the standard library that add support for some of the features of JDK 7 and JDK 8. Checking https://kotlinlang.org/docs/reference/usi..
I am using IntelliJ IDEA Ultimate, and I feel comfortable using it once. I was able to use it for lucky chance for more than two years, and now I can not use on another editor. The difference between the IDEA Ultimate version and the Community version (free) on the IntelliJ homepage is as follows. Language support could be complemented by other tools from Jetbrains, such as Pycharm, WebStorm. Bu..