feat: add logging framework and debug logs

This commit is contained in:
Tim
2025-07-16 19:31:19 +08:00
parent 03e3aa77d0
commit 68fbbb2566
3 changed files with 19 additions and 0 deletions

View File

@@ -26,6 +26,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>