Skip to content

Commit 751db58

Browse files
committed
일단 테스트
1 parent ceba477 commit 751db58

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/main/resources/application.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
spring:
22
datasource:
3-
url: ${DB_URL:jdbc:mysql://localhost:3306/dayoung}
4-
username: ${DB_USERNAME:root}
5-
password: ${DB_PASSWORD:070211}
3+
url: jdbc:mysql://15.164.26.179:3306/practice
4+
username: root
5+
password: 070211
66
driver-class-name: com.mysql.cj.jdbc.Driver
77

88
jpa:
99
hibernate:
10-
ddl-auto: create
10+
ddl-auto: update
1111
properties:
1212
hibernate:
1313
show_sql: true #sql 로그를 볼 수 있게 해줌

src/test/java/JavaProject/Dayoung/DayoungApplicationTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@
66
@SpringBootTest
77
class DayoungApplicationTests {
88

9-
@Test
10-
void contextLoads() {
11-
}
12-
139
}

0 commit comments

Comments
 (0)