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> <parent>
<artifactId>kongx</artifactId> <artifactId>kongx</artifactId>
<groupId>com.kongx</groupId> <groupId>com.kongx</groupId>
<version>1.3.0</version> <version>2.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

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

View File

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