This commit is contained in:
2026-02-25 13:15:15 +08:00
parent 2b2fa47851
commit 4490991a79
76 changed files with 4405 additions and 2347 deletions

View File

@@ -1,5 +1,6 @@
server:
port: 8081
address: 0.0.0.0
servlet:
context-path: /api
@@ -9,7 +10,7 @@ spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3307/pet_hospital_dev?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://localhost:3306/pet_hospital_dev?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
username: root
password: qq5211314
hikari: