# ktorm-example-spring-boot **Repository Path**: disapand/ktorm-example-spring-boot ## Basic Information - **Project Name**: ktorm-example-spring-boot - **Description**: ktorm案例 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-10 - **Last Updated**: 2022-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ktorm-example-spring-boot :cn: 简体中文 | :us: [English](README.md) 这是一个把 [Ktorm](https://www.ktorm.org/) 集成到 Spring Boot 中的简单的 demo 项目。 运行这个项目,需要你的电脑上安装了 MySQL 的服务,并先把表结构建好。 建表 SQL 文件在这里:[init-data.sql](init-data.sql)