https://github.com/kotlin-orm/ktorm-example-spring-boot
A simple example project integrating Ktorm with Spring Boot.
https://github.com/kotlin-orm/ktorm-example-spring-boot
kotlin orm sql
Last synced: about 2 months ago
JSON representation
A simple example project integrating Ktorm with Spring Boot.
- Host: GitHub
- URL: https://github.com/kotlin-orm/ktorm-example-spring-boot
- Owner: kotlin-orm
- License: apache-2.0
- Created: 2019-05-17T02:06:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T12:12:00.000Z (8 months ago)
- Last Synced: 2025-04-23T23:56:39.244Z (about 2 months ago)
- Topics: kotlin, orm, sql
- Language: Kotlin
- Homepage: https://www.ktorm.org
- Size: 96.7 KB
- Stars: 47
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ktorm-example-spring-boot
:us: English | :cn: [简体中文](README_cn.md)
A simple example project integrating [Ktorm](https://www.ktorm.org/) with Spring Boot.
To run this project, you need a MySQL service running on your local machine, and construct the table schemas first.
The SQL file is here: [init-data.sql](init-data.sql)