jpa-app:使用Hibernate和JPA的REST应用

时间:2024-06-05 11:54:23
【文件属性】:

文件名称:jpa-app:使用Hibernate和JPA的REST应用

文件大小:56KB

文件格式:ZIP

更新时间:2024-06-05 11:54:23

Java

JPA应用程式 使用Hibernate和JPA的REST应用。 使用Postman应用程序执行的测试。 您必须创建一个名称为“ restapi”MySQL数据库才能使用(或更改src / main / resources / application.properties文件中的spring.datasource.url)。 CREATE DATABASE restapi; 国家 GET http://localhost:8080/country ---------------------------------------- Lista todos os países POST http://localhost:8080/country ---------------------------------------- Registra novo país PUT


【文件预览】:
jpa-app-master
----mvnw.cmd(5KB)
----mvnw(6KB)
----src()
--------test()
--------main()
----.mvn()
--------wrapper()
----README.md(2KB)
----pom.xml(2KB)
----.gitignore(268B)

网友评论