初始化

develop
赵向宇 2024-10-14 15:39:34 +08:00
parent 18dabe86f6
commit 37c3ca2512
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ server:
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/electronic_mall?serverTimezone=GMT%2b8&userSSL=false&allowPublicKeyRetrieval=true
username: root
password: 'root'
url: jdbc:mysql://139.196.201.231:3306/mall?serverTimezone=GMT%2b8&userSSL=false&allowPublicKeyRetrieval=true
username: "myuser"
password: 'Fzhang5.'
servlet:
multipart:
max-file-size: 30MB