rest api spring boot:使用Spring bootJPA和SQLite数据库创建REST API的示例 源码
REST API弹簧启动 使用Spring-boot,JPA和SQLite数据库创建REST API的示例。 该示例实现了两个REST API: 将号码发布到SQLite db表中; 根据存储的数字获取/计算聚合(总,平均,最小,最大)。
文件列表
rest-api-spring-boot-main.zip
(预估有个10文件)
rest-api-spring-boot-main
.gitignore
66B
src
main
resources
application.properties
162B
java
com
example
demo
暂无评论