added modelbuilder

This commit is contained in:
wea_ondara
2022-07-17 12:09:03 +02:00
parent 00b7fb2f45
commit 878d235e64
12 changed files with 396 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<groupId>jef</groupId>
<artifactId>jef</artifactId>
<version>1.0</version>
<version>0.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -133,5 +133,10 @@
<version>${lombok.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
</project>