feat(jpa): add JPA entities and repositories aligned to Flyway; chore(deps): remove unused AMQP deps

This commit is contained in:
Your Name
2025-09-30 21:01:26 +08:00
parent e8fc04886e
commit 2f5f819c0d
11 changed files with 287 additions and 9 deletions

View File

@@ -36,10 +36,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
@@ -89,11 +85,6 @@
<version>0.7.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>