保存进度!

This commit is contained in:
Kane Wang 2022-11-04 11:39:28 +08:00
parent 3b1844c994
commit 9b0d6a8c6d
3 changed files with 8 additions and 7 deletions

View File

@ -4,6 +4,12 @@
"query_url": "https://devapi.qweather.com/v7/warning/now?",
"wechat_officalaccount_url": "https://cxxmwx.cpic.com.cn/app/index.php?i=2&c=entry&do=send_group_tpl_api&m=ok_tplmessage",
"query_interval": 10,
"proxy_setting": {
"enable": true,
"proxy_mode": "http",
"ip_address": "172.16.39.2",
"port": 18080
},
"cities": [
{
"city_name": "厦门",

View File

@ -225,11 +225,6 @@
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
</component>
<component name="SwUserDefinedSpecifications">
<option name="specTypeByUrl">
<map />
</option>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
</component>

View File

@ -9,8 +9,8 @@
<groupId>com.oracle</groupId>
<artifactId>ojdbc8</artifactId>
<version>19.3.0.0.0</version>
<!-- <scope>system</scope>
<systemPath>${project.basedir}/lib/ojdbc8.jar</systemPath> -->
<scope>system</scope>
<systemPath>${project.basedir}/lib/ojdbc8.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>