ktorm-example-spring-boot
ktorm-example-spring-boot copied to clipboard
Base project not compiling
Hello! I'm trying out this project to see if it would be possible to integrate Spring with Ktorm.
I cloned it on my machine, but it fails to compile because EmployeeDao requires both Employee and Employees to be defined, but at the moment only Employee is defined inside model package. How can I fix it? Thank you
Checkout to this version:
git checkout f0e7fc62
Then run the build:
./gradlew clean build
org.ktorm:ktorm-ksp-annotations:3.7.0-SNAPSHOT 什么时候发布到maven中央仓库
org.ktorm:ktorm-ksp-annotations:3.7.0-SNAPSHOT 什么时候发布到maven中央仓库
最新版 4.0.0 已发布
Fixed