Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thanhlt-1007/kotlinblog

Learn Kotlin Spring Boot
https://github.com/thanhlt-1007/kotlinblog

kotlin-spring-boot wip

Last synced: about 1 month ago
JSON representation

Learn Kotlin Spring Boot

Awesome Lists containing this project

README

        

# KOTLIN BLOG

## 1. Development Environment

- Spring Boot 3.1.2

- Gradle 8.2.1

- Java 17.0.7

- Kotlin 1.7.21

## 2. Spring Boot Dependencies

## a. Web

- Spring Web

- Mustache

## b. SQL

- Spring Data JPA

- H2 Database

## c. Dev Toools

- Spring Boot DevTools

## 3. Getting Started

- Command
```sh
./gradlew bootRun
```

- Access
```sh
http://localhost:8080
```