1、更新文档说明

2、路由增加path_handling字段
This commit is contained in:
raoxiaoyan 2020-11-03 10:25:42 +08:00
parent 3b21beb779
commit 292186ed08
3 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>kongx</artifactId>
<groupId>com.kongx</groupId>
<version>1.3.0</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>kongx</artifactId>
<groupId>com.kongx</groupId>
<version>1.3.0</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -14,7 +14,7 @@
<dependency>
<groupId>com.kongx</groupId>
<artifactId>kongx-common</artifactId>
<version>1.3.0</version>
<version>2.0.0</version>
</dependency>
<dependency>

View File

@ -31,6 +31,7 @@ public class Route implements Comparable {
private int regex_priority;
private boolean strip_path;
private String sources;
private String path_handling;
private Timestamp updated_at;
private int https_redirect_status_code = 426;
private EntityId service;