example-kotlin-springboot-rest示例项目Kotlin后端API

Kotlin 写的 Spring Boot REST 示例项目,功能挺全的,上传下载文件、数据库脚本、接口文档,甚至连 Docker 都配好了,适合快速搭建后端 API 服务。

zip
example-kotlin-springboot-rest-master.zip 预估大小:40个文件
folder
example-kotlin-springboot-rest-master 文件夹
file
.gitignore 296B
file
Dockerfile 432B
file
settings.gradle 52B
file
sonar-project.properties 925B
file
build.gradle 2KB
folder
src 文件夹
folder
main 文件夹
folder
kotlin 文件夹
folder
com 文件夹
folder
andrejusti 文件夹
folder
example 文件夹
folder
kotlin 文件夹
folder
springboot 文件夹
folder
rest 文件夹
folder
dto 文件夹
file
Pagination.kt 150B
file
ResultPage.kt 163B
file
ItemValidationError.kt 237B
folder
entity 文件夹
file
Category.kt 368B
file
Product.kt 577B
folder
repository 文件夹
folder
api 文件夹
file
CategoryRepository.kt 459B
file
ProductRepository.kt 502B
folder
controller 文件夹
folder
endpoint 文件夹
file
CategoryEndpoint.kt 2KB
file
ProductEndpoint.kt 2KB
folder
config 文件夹
file
WebConfig.kt 726B
file
ValidationExceptionAdviceConfig.kt 1KB
folder
exception 文件夹
file
ValidationException.kt 247B
folder
service 文件夹
file
PaginationService.kt 1KB
file
CategoryService.kt 3KB
file
ProductService.kt 4KB
file
ValidateService.kt 4KB
file
Application.kt 286B
folder
resources 文件夹
file
data.sql 17KB
folder
db 文件夹
folder
changelog 文件夹
file
db.changelog-master.yaml 2KB
file
validation-messages.properties 720B
file
application.yml 689B
file
banner.txt 2KB
folder
test 文件夹
folder
kotlin 文件夹
folder
com 文件夹
folder
andrejusti 文件夹
folder
example 文件夹
folder
kotlin 文件夹
folder
springboot 文件夹
folder
rest 文件夹
folder
it 文件夹
file
ProductIT.kt 10KB
file
CategoryIT.kt 7KB
file
AbstractIT.kt 1KB
folder
clientapi 文件夹
file
AbstractClientApi.kt 3KB
file
ProductClientApi.kt 2KB
file
CategoryClientApi.kt 1KB
file
.travis.yml 538B
file
gradlew 5KB
file
LICENSE 1KB
file
README.md 15KB
folder
gradle 文件夹
folder
wrapper 文件夹
file
gradle-wrapper.properties 232B
file
gradle-wrapper.jar 53KB
folder
docs 文件夹
folder
images 文件夹
file
h2-console.gif 101KB
...
zip 文件大小:190.09KB