ing
This commit is contained in:
parent
4208c5e725
commit
acd0d90466
2
pom.xml
2
pom.xml
@ -13,7 +13,7 @@
|
||||
<groupId>com.loafle.overflow</groupId>
|
||||
<artifactId>commons-java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.80-SNAPSHOT</version>
|
||||
<version>1.0.81-SNAPSHOT</version>
|
||||
<name>com.loafle.overflow.commons-java</name>
|
||||
|
||||
<properties>
|
||||
|
@ -4,8 +4,6 @@ import javax.persistence.*;
|
||||
|
||||
import com.loafle.overflow.model.meta.MetaIPType;
|
||||
|
||||
import org.codehaus.jackson.annotate.JsonBackReference;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
@ -15,7 +13,6 @@ import java.util.Date;
|
||||
@Table(name = "INFRA_HOST_IP", schema = "public")
|
||||
public class InfraHostIP {
|
||||
private Long id;
|
||||
@JsonBackReference
|
||||
private InfraHost infraHost;
|
||||
private MetaIPType metaIPType;
|
||||
private String address;
|
||||
|
Loading…
x
Reference in New Issue
Block a user