mongo模糊查询

 

criteria.orOperator(Criteria.where("port").is(Integer.parseInt(appPortSeacherName)),  
                    Criteria.where("protocol").regex(".*?" + appPortSeacherName + ".*"));  

 

posted @ 2021-01-18 14:38  君子笑而不语  阅读(148)  评论(0编辑  收藏  举报