This commit is contained in:
黄子寒 2024-12-13 14:54:05 +08:00
parent fbfed73116
commit c046cb11cc
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.idea/

View File

@ -3,7 +3,7 @@ server:
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/minio_upload_file?serverTimezone=Asia/Shanghai&userUnicode=true&useSSL=false&allowPublicKeyRetrieval=true
url: jdbc:mysql://192.168.1.110:3306/minio_upload_file?serverTimezone=Asia/Shanghai&userUnicode=true&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: 123456
jackson: