BAEL-6157 - Using records with JPA (#13626)

* BAEL-6157 - Using records with JPA

* BAEL-6157 - Changing test class name

* BAEL-6157 - Changing test class name

* BAEL-6157 - Adding start-class to module
This commit is contained in:
Abhinav Pandey
2023-03-17 22:06:56 +05:30
committed by GitHub
parent 1afb78dde1
commit 22bd0db1bf
13 changed files with 292 additions and 0 deletions
@@ -124,6 +124,8 @@
<mapstruct.version>1.5.2.Final</mapstruct.version>
<springdoc.version>2.0.0</springdoc.version>
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<start-class>com.baeldung.sample.TodoApplication</start-class>
</properties>
</project>