1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-02 01:02:55 +00:00

Issue #11: Service und Spring Data JPA Repository für Systemeinstellungen

This commit is contained in:
2023-03-20 14:07:00 +01:00
parent a8a5e1be8a
commit ef5c91a352
10 changed files with 223 additions and 37 deletions

View File

@ -47,6 +47,12 @@
<version>${spring-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.2.0.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>