File tree 3 files changed +22
-14
lines changed
3 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 1
1
# ## resource ###
2
+ src /main /resources /application.yaml
2
3
src /main /resources /application-prod.yaml
3
4
src /main /resources /application-dev.yaml
4
- src /main /resources /application-openapi.yaml
5
5
6
6
HELP.md
7
7
.gradle
40
40
41
41
# ## VS Code ###
42
42
.vscode /
43
-
44
- /src /main /resources /application. *
45
-
46
43
.env
Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ spring:
5
5
password: {pw}
6
6
driver-class-name: com.mysql.cj.jdbc.Driver
7
7
8
- jpa:
8
+ jpa:
9
9
hibernate:
10
- ddl-auto: validate
10
+ ddl-auto: create
11
11
properties:
12
12
hibernate:
13
13
format_sql: true
14
+ show-sql: false
14
15
15
16
data:
16
17
redis:
@@ -20,6 +21,6 @@ spring:
20
21
timeout: 10s
21
22
22
23
jwt:
23
- secret: testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttest
24
- access-expiration-time: 86400
24
+ secret: 41386c3db6a3c794825df834ebb1bdf45a617a1b3b9c8baea7649bc0b8dd5e9b
25
+ access-expiration-time: 1800000
25
26
refresh-expiration-time: 604800000
Original file line number Diff line number Diff line change 1
1
spring:
2
2
datasource:
3
3
url: jdbc:mysql://localhost:3306/accommodation?serverTimezone=UTC&characterEncoding=UTF-8
4
- username: root
5
- password: kms900326
4
+ username: {id}
5
+ password: {pw}
6
6
driver-class-name: com.mysql.cj.jdbc.Driver
7
7
8
- jpa:
8
+ jpa:
9
9
hibernate:
10
- ddl-auto: validate
10
+ ddl-auto: create
11
11
properties:
12
12
hibernate:
13
13
format_sql: true
14
+ show-sql: false
14
15
15
- jwt:
16
- secret: c3ByaW5nLWJvb3Qtc2VjdXJpdHktand0LXR1dG9yaWFsLWppd29vbi1zcHJpbmctYm9vdC1zZWN1cml0eS1qd3QtdHV0b3JpYWwK
16
+ data:
17
+ redis:
18
+ host: 127.0.0.1
19
+ port: 6379
20
+ connect-timeout: 30s
21
+ timeout: 10s
22
+
23
+ jwt:
24
+ secret: 41386c3db6a3c794825df834ebb1bdf45a617a1b3b9c8baea7649bc0b8dd5e9b
25
+ access-expiration-time: 1800000
26
+ refresh-expiration-time: 604800000
You can’t perform that action at this time.
0 commit comments