Skip to content

Commit d092393

Browse files
author
[Lunarian0928]
committed
push before pull
1 parent 727bfb2 commit d092393

25 files changed

+3
-16
lines changed
17 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
17 Bytes
Binary file not shown.

.gradle/8.0.2/gc.properties

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
100 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

miwu/demo/.gradle/file-system.probe

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

miwu/demo/build/resources/main/application.properties

-7
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
55
spring.datasource.url=jdbc:mysql://52.79.226.130:56255/contents?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul
66

77
# DB username
8-
<<<<<<< HEAD
98
spring.datasource.username=jongyoung3
109

1110
# DB password
1211
spring.datasource.password=1q2w3e4r!
13-
=======
14-
spring.datasource.username=seon
15-
16-
# DB password
17-
spring.datasource.password=kyungseon
18-
>>>>>>> d46fe6bc898d1fbee3c832c8e331bf1b74112e55
1912

2013
# true 설정시 JPA 쿼리문 확인 가능
2114
spring.jpa.show-sql=false
Binary file not shown.

miwu/demo/src/main/java/com/miwu/demo/service/CrawlingService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public class CrawlingService {
2525

2626
public static final String WEB_DRIVER_ID = "webdriver.chrome.driver";
27-
public static final String WEB_DRIVER_PATH = "/Users/seon/Downloads/chromedriver-mac-arm64/chromedriver";
27+
public static final String WEB_DRIVER_PATH = "/Users/rla/Desktop/chromedriver-win64/chromedriver-win64/chromedriver.exe";
2828

2929
public List<String> getImg(String imgName) throws IOException {
3030
// 크롬 드라이버 설정

miwu/demo/src/main/java/com/miwu/demo/service/RestaurantService.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public class RestaurantService {
2323

2424
public static final String baseUrl = "https://m.map.naver.com/search2/search.naver?query=";
2525
public static final String WEB_DRIVER_ID = "webdriver.chrome.driver";
26-
public static final String WEB_DRIVER_PATH = "/Users/seon/Downloads/chromedriver-mac-arm64/chromedriver";
26+
public static final String WEB_DRIVER_PATH = "/Users/rla/Desktop/chromedriver-win64/chromedriver-win64/chromedriver.exe";
27+
2728
public List<String> getRestaurant(String restaurantName) throws IOException {
2829
// 크롬 드라이버 설정
2930
System.setProperty(WEB_DRIVER_ID, WEB_DRIVER_PATH);

miwu/demo/src/main/resources/application.properties

-7
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
55
spring.datasource.url=jdbc:mysql://52.79.226.130:56255/contents?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul
66

77
# DB username
8-
<<<<<<< HEAD
98
spring.datasource.username=jongyoung3
109

1110
# DB password
1211
spring.datasource.password=1q2w3e4r!
13-
=======
14-
spring.datasource.username=seon
15-
16-
# DB password
17-
spring.datasource.password=kyungseon
18-
>>>>>>> d46fe6bc898d1fbee3c832c8e331bf1b74112e55
1912

2013
# true 설정시 JPA 쿼리문 확인 가능
2114
spring.jpa.show-sql=false

0 commit comments

Comments
 (0)