ing
This commit is contained in:
parent
337b6c661b
commit
a45cf9aebd
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>com.loafle.overflow</groupId>
|
<groupId>com.loafle.overflow</groupId>
|
||||||
<artifactId>commons-java</artifactId>
|
<artifactId>commons-java</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.59-SNAPSHOT</version>
|
<version>1.0.60-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -34,7 +34,7 @@ public class NoAuthProbe {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Column(name = "INFRA_HOST_META", nullable = true, length = 4000)
|
@Column(name = "INFRA_HOST_META", nullable = true, length = 8000)
|
||||||
public String getInfraHostMeta() {
|
public String getInfraHostMeta() {
|
||||||
return infraHostMeta;
|
return infraHostMeta;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user