张延森 4 년 전
부모
커밋
7d69f570f0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      src/main/resources/application-dev.yml
  2. 1
    1
      src/main/resources/application.yml

+ 1
- 1
src/main/resources/application-dev.yml 파일 보기

@@ -23,7 +23,7 @@ logging:
23 23
 ###
24 24
 screen-shot:
25 25
   # webdriver.chrome.driver
26
-  driver: E:/work/shigongli/lib/chromedriver.exe
26
+  driver: D:/work/shigongli/libs/chromedriver.exe
27 27
   # milliseconds
28 28
   wait: 5000
29 29
   width: '520'

+ 1
- 1
src/main/resources/application.yml 파일 보기

@@ -69,7 +69,7 @@ screen-shot:
69 69
 
70 70
 # weather-shot
71 71
 weather-shot:
72
-  url: https://sgl.njyunzhi.com/weather.html?city=%s
72
+  url: https://sgl.njyunzhi.com/weather.html?v=1&city=%s
73 73
 
74 74
 ###
75 75
 spring: