文件名称:spring-boot-sample
文件大小:10KB
文件格式:ZIP
更新时间:2024-04-10 16:38:56
Java
Spring引导样本 Spring Boot应用程序示例 基本功能 它具有以下基本功能: 关系数据库的数据持久化 Spring日期JPA for ORM 带有Spring MVC的RESTful API 整合测试 用cURL测试 curl -i http://localhost:8080/customers/1;echo curl -X PUT localhost:8080/customers/3 -H 'Content-type:application/json' -d '{"firstName": "Samwise", "lastName":"Gamgee"}' curl -X PUT localhost:8080/customers/13 -H 'Content-type:application/json' -d '{"firstName": "Samwise", "lastNa
【文件预览】:
spring-boot-sample-main
----src()
--------test()
--------main()
----README.md(1KB)
----pom.xml(2KB)