working get QRCode Details

This commit is contained in:
heyethereum
2024-07-19 21:45:13 +08:00
parent a236eb13f8
commit f7e592f8ec
6 changed files with 14 additions and 9 deletions

10
pom.xml
View File

@@ -40,11 +40,6 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-52</artifactId>
<version>2.21.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
@@ -68,6 +63,11 @@
<artifactId>netty-resolver-dns-native-macos</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-63</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>
<build>