English | 简体中文
JkOrm is a lightweight ORM framework written in Kotlin, which is designed to simplify the development of database operations. It supports multiple databases, such as PostgreSQL, MySQL, Derby, etc., and provides a variety of APIs to facilitate the development of database operations.
Maven central: jkorm-spring-boot-starter
- Add the following dependencies to your project:
- Maven
<dependency>
<groupId>io.github.tangllty</groupId>
<artifactId>jkorm-spring-boot-starter</artifactId>
<version>1.0.3</version>
</dependency>
- Gradle
implementation("io.github.tangllty:jkorm-spring-boot-starter:1.0.3")
-
Configure your database connection information in the
application.properties
file -
Extend the
BaseMapper
interface to create a Mapper interface
If you have any questions, suggestions, or find bugs, please submit an Issues or provide a Pull Request to help improve the project.
jkorm uses the MIT license. For more details, please refer to LICENSE files.