rest-api:使用Spring Boot,Spring Data JPA,MySQL构建的RESTful API

时间:2021-05-13 12:52:01
【文件属性】:
文件名称:rest-api:使用Spring Boot,Spring Data JPA,MySQL构建的RESTful API
文件大小:692KB
文件格式:ZIP
更新时间:2021-05-13 12:52:01
Java REST API 使用Spring Boot,Spring Data JPA,MySQL构建的RESTful API 安装 本地运行 确保已安装 。 克隆或下载存储库。 $ git clone https://github.com/bizarrecode/rest-api.git $ cd rest-api 编辑数据库配置。 $ sudo gedit src/main/resources/application.properties 启动应用程序。 $ mvn spring-boot:run 您的应用程序现在应该在上运行。 测试结果 新增员工 获取所有员工 招募员工 更新员工 删除员工
【文件预览】:
rest-api-master
----.gitignore(250B)
----.mvn()
--------wrapper()
----src()
--------main()
--------test()
----mvnw(6KB)
----pom.xml(2KB)
----mvnw.cmd(5KB)
----README.md(2KB)

网友评论