Introducing Spring Framework 6 by Felipe Gutierrez & Joseph B. Ottinger
Author:Felipe Gutierrez & Joseph B. Ottinger
Language: eng
Format: epub
ISBN: 9781484286371
Publisher: Apress
dependencies {
implementation
"org.springframework.boot:spring-boot-starter-data-jpa"
implementation
"org.springframework.boot:spring-boot-starter-test"
testImplementation
"org.testng:testng:$testNgVersion"
implementation
"com.h2database:h2:2.1.214"
}
Listing 7-1chapter07/build.gradle
Next, letâs take a look at the data model â the DocumentType and Document classes, which will be very (very) similar to the classes we saw in Chapter 6. The biggest difference is in Document, because weâre adding JPA mapping annotations to the class; we have to define the entity and its primary key, at the very least. We could do so with XML configuration files for Hibernate or JPA, but the simplest and most common approach is to use annotations as weâve done here. The only âinterestingâ aspect to the mapping is for the type field, which weâre mapping as a String to match our data model from Chapter 6.package c07;
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The SQL Workshop by Frank Solomon(211)
Python QuickStart Guide by Oliver Robert;(149)
Let Us Python Solutions - 5th Edition by Kanetkar Yashavant;Kanetkar Aditya; & Aditya Kanetkar(107)
Continuous Integration (CI) and Continuous Delivery (CD) by Henry van Merode(66)
Software Requirements Essentials: Core Practices for Successful Business Analysis (for True EPUB) by Karl Wiegers & Candase Hokanson(57)
GitHub for Dummies by Guthals Sarah;(50)
Distributional Reinforcement Learning by Marc G. Bellemare;Will Dabney;Mark Rowland;(49)
Python Tools for Scientists by Lee Vaughan(48)
AI for Retail by Francois Chaubard(45)
Computer Vision by Song-Chun Zhu & Ying Wu(39)
Wild West to Agile: Adventures in Software Development Evolution and Revolution by Jim Highsmith(37)
Introducing Spring Framework 6 by Felipe Gutierrez & Joseph B. Ottinger(22)
Handbook of Research on Cybersecurity Risk in Contemporary Business Systems by Adedoyin Festus(20)
