张延森 hace 4 años
padre
commit
7d69f570f0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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: