您的位置:首页 > 运维架构 > Tomcat

not marked as ignorable JDBC like%?% Tomcat 启动一闪而过

2017-04-12 15:28 531 查看
not marked as ignorable 报错部分加上@JsonIgnoreProperties(ignoreUnKnow=true)

JDBC like

select * from user where info like %?% sql

select * from user where info like ?; JDBC

ps.setstring("%"+value+"%");

Tomcat 启动一闪而过

在startup.bat中添加pasue
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  myeclipse tomcat
相关文章推荐