mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
[add] 修改inethost字段长度
This commit is contained in:
@@ -43,4 +43,5 @@
|
|||||||
#### 1.3.1-JDK24-SNAPSHOT
|
#### 1.3.1-JDK24-SNAPSHOT
|
||||||
[add] 新增代理流量监控
|
[add] 新增代理流量监控
|
||||||
[add] 升级使用jdk24、springboot 3.5.0
|
[add] 升级使用jdk24、springboot 3.5.0
|
||||||
|
[add] 添加socks授权验证
|
||||||
#### 下一版本计划
|
#### 下一版本计划
|
||||||
@@ -65,7 +65,7 @@ public class LazyNettyServerPropertiesDO {
|
|||||||
* 服务端host
|
* 服务端host
|
||||||
*/
|
*/
|
||||||
@Schema(description ="服务端host",name ="inetHost",example = "")
|
@Schema(description ="服务端host",name ="inetHost",example = "")
|
||||||
@LazyTableFieldUnique(name="inet_host",comment="服务端host",columnType="varchar(25)")
|
@LazyTableFieldUnique(name="inet_host",comment="服务端host",columnType="varchar(255)")
|
||||||
private String inetHost;
|
private String inetHost;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user