Add customer registration, profile management and refunds
This commit is contained in:
@@ -2,6 +2,12 @@ spring:
|
||||
application:
|
||||
name: petshop-backend
|
||||
|
||||
servlet:
|
||||
multipart:
|
||||
enabled: true
|
||||
max-file-size: 5MB
|
||||
max-request-size: 5MB
|
||||
|
||||
datasource:
|
||||
url: ${SPRING_DATASOURCE_URL:jdbc:mysql://localhost:3306/Petstoredb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC}
|
||||
username: ${SPRING_DATASOURCE_USERNAME:petshop}
|
||||
|
||||
Reference in New Issue
Block a user