https://github.com/bhaskarkatara/kotlinwithspringboot
how to start Kotlin with SpringBoot
https://github.com/bhaskarkatara/kotlinwithspringboot
android-studio http-client kotlin spring-boot staticweb
Last synced: 2 months ago
JSON representation
how to start Kotlin with SpringBoot
- Host: GitHub
- URL: https://github.com/bhaskarkatara/kotlinwithspringboot
- Owner: bhaskarkatara
- Created: 2024-06-27T11:53:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T15:40:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T19:28:19.680Z (over 1 year ago)
- Topics: android-studio, http-client, kotlin, spring-boot, staticweb
- Language: Kotlin
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
If you want to start kotlin with SpringBoot, You can follow these steps :
//Step1: Go https://start.spring.io/
//step2 : Initilaize your project -->
choose (gradle-kotlin,kotlin,springBootVersion in my case 3.3.1,rest of byDefault)
//Step3 : Add Dependencies (like : H2 Database,SpringWEB,Validation,SpringDataJPA)
//step4 : ClICK TO GENERATE -> UnZip the file and open in any IDE ( Android studio,Intellij,VSCode,etc)