File tree 2 files changed +20
-4
lines changed
2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,13 @@ jobs:
19
19
- name : Setup MySQL
20
20
uses : samin/mysql-action@v1
21
21
with :
22
- host port : 3306
23
- container port : 20000
22
+ host port : 20000
23
+ container port : 3306
24
24
character set server : ' utf8mb4'
25
25
collation server : ' utf8mb4_general_ci'
26
26
mysql version : ' 8.0'
27
27
mysql database : ' busan'
28
28
mysql root password : password
29
- mysql user : root
30
- mysql password : password
31
29
- uses : actions/checkout@v3
32
30
- uses : actions/setup-java@v3
33
31
with :
Original file line number Diff line number Diff line change
1
+ spring :
2
+ jpa :
3
+ hibernate :
4
+ ddl-auto : create-drop
5
+ show-sql : true
6
+ properties :
7
+ hibernate :
8
+ format_sql : true
9
+
10
+ datasource :
11
+ url : jdbc:mysql://localhost:20000/busan
12
+ username : root
13
+ password : password
14
+
15
+ phone :
16
+ key : testesttstset
17
+ secret : testsetsetsetstsetsetsets
18
+ sender : 01012345678
You can’t perform that action at this time.
0 commit comments