spring-boot-hibernate:最初的

时间:2024-05-27 01:03:45
【文件属性】:

文件名称:spring-boot-hibernate:最初的

文件大小:28KB

文件格式:ZIP

更新时间:2024-05-27 01:03:45

Java

使用Spring Boot无需任何XML文件的Spring Web MVC(+ Hibernate,Spring Data JPA)问候世界 在此示例中,没有web.xml,没有Spring xml配置文件,没有persistence.xml,没有* .hbm.xml,只是没有XML配置文件,该文件从数据库中检索数据并以JSON格式返回它们。 该项目使用嵌入式HSQL数据库,该数据库在启动时创建内存数据库,并在关闭时销毁所有数据。 怎么运行: mvn jetty:run 列出所有客户(以JSON格式): http://localhost:8080/customers 客户详细信息(JSON格式): http://localhost:8080/customers/1 如何建立WAR档案: mvn package


【文件预览】:
spring-boot-hibernate-master
----LICENCE.txt(1KB)
----spring-boot-webapp.ipr(53KB)
----.gitignore(574B)
----.project(1KB)
----README.md(754B)
----pom.xml(3KB)
----spring-boot-webapp.iml(19KB)
----.gitattributes(378B)
----src()
--------main()
----.classpath(1KB)
----spring-boot-webapp.iws(48KB)

网友评论