修复 LogInterceptor 路径错误

This commit is contained in:
2025-10-28 21:14:51 +08:00
parent cda3512456
commit 47a87f8c34
8 changed files with 38 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/my_db
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/postgres
username: root
password: 123456
password: 123asd