https://github.com/kotlin-orm/ktorm-example-spring-boot-maven
A simple example project integrating Ktorm with Spring Boot (Built by Maven).
https://github.com/kotlin-orm/ktorm-example-spring-boot-maven
Last synced: about 2 months ago
JSON representation
A simple example project integrating Ktorm with Spring Boot (Built by Maven).
- Host: GitHub
- URL: https://github.com/kotlin-orm/ktorm-example-spring-boot-maven
- Owner: kotlin-orm
- License: apache-2.0
- Created: 2026-04-05T03:01:06.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-04-05T04:51:47.000Z (2 months ago)
- Last Synced: 2026-04-05T05:09:40.811Z (2 months ago)
- Language: Kotlin
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ktorm-example-spring-boot-maven
:us: English | :cn: [简体中文](README_cn.md)
A simple example project integrating [Ktorm](https://www.ktorm.org/) with Spring Boot.
This project is built by Maven. If you prefer Gradle, see [kotlin-orm/ktorm-example-spring-boot](https://github.com/kotlin-orm/ktorm-example-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)