Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thanhlt-1007/kotlinblog
- Owner: thanhlt-1007
- Created: 2023-08-23T02:22:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T03:23:21.000Z (over 1 year ago)
- Last Synced: 2024-10-09T10:43:39.214Z (2 months ago)
- Topics: kotlin-spring-boot, wip
- Language: Kotlin
- Homepage: https://spring.io/guides/tutorials/spring-boot-kotlin/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```