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

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.

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)