mirror of
https://gitee.com/raoxy/kongx.git
synced 2025-07-10 00:00:02 +08:00
1、更新文档说明
2、路由增加path_handling字段
This commit is contained in:
parent
3b21beb779
commit
292186ed08
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user