-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication-local.yml
More file actions
39 lines (37 loc) · 993 Bytes
/
application-local.yml
File metadata and controls
39 lines (37 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/pharamQuest?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
# url: jdbc:mysql://pharmdb.c3usgo2iex04.ap-northeast-2.rds.amazonaws.com:3306/pharmquest?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
username: root
password: 53099035
sql:
init:
mode: never
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL8Dialect
show_sql: true
format_sql: true
use_sql_comments: true
hbm2ddl:
auto: update
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
#cloud:
# aws:
# s3:
# bucket: umc-7th
# path:
# photo : photos
# region:
# static: ap-northeast-2
# stack:
# auto: false
# cron: "0 * * * * *"
# credentials:
# accessKey: ${aws.access.key.id}
# secretKey: ${aws.secret.access.key}