张延森 пре 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
 ###
23
 ###
24
 screen-shot:
24
 screen-shot:
25
   # webdriver.chrome.driver
25
   # webdriver.chrome.driver
26
-  driver: E:/work/shigongli/lib/chromedriver.exe
26
+  driver: D:/work/shigongli/libs/chromedriver.exe
27
   # milliseconds
27
   # milliseconds
28
   wait: 5000
28
   wait: 5000
29
   width: '520'
29
   width: '520'

+ 1
- 1
src/main/resources/application.yml Прегледај датотеку

69
 
69
 
70
 # weather-shot
70
 # weather-shot
71
 weather-shot:
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
 spring:
75
 spring: