Spring Boot Tutorial with Kotlin Part1

Опубликовано: 23 Июль 2026
на канале: Moe Hared
265
9

This is part of full stack development series. Part 1 will be about initializing Spring boot and setting up our database.

Resources:

Spring Initializer bootstrap downloadable zip file: https://start.spring.io/#!type=maven-...

Spring frame work docs: https://spring.io/projects/spring-fra...

Spring boot get started docs: https://spring.io/guides/gs/spring-boot/

Postman: https://www.postman.com/downloads/


Video content table:

Intros: 00:00
spring boot: 02:50
spring initializr: 05:00
project structure: 08:48
set up application properties: 10:37
postgresql: 12:45
run the server: 13:15
postman: 13:47
RestController: 14:25
Todo Model: 17:26
GetMapping: 18:00
Business layer: 19:45
Data Access Layer: 23:41
connect to DB: 27:48
Insert Data into DB: 31:45
SQL query: 34:30
fetch data from DB: 35:00