admin管理员组

文章数量:1530085

confirm perspective switch

做maven项目,eclipse程序运行时会弹出一个confirm perspective switch对话框。
上面内容是“This kind of launch is configured to open the Debug perspective when it suspends. This Debug perspective is designed to support application debugging.It incorporates views for displaying the debug stack,variables and breakpoint management. Do you want to open this perspective now?”
除了其他正规的解决方法外,就是你要检查一下是否在entity类时关联了其他表,这时我们应该加上@Transient,并且注释掉我们之前写的关联关系
// @ManyToOne(targetEntity=LabelInfo.class)
// @JoinColumn(name = “LABEL_ID”)

本文标签: confirmperspectiveSwitch