墨染丶

导航

2020年5月6日 #

SpringBoot 依赖注入

摘要: TestBiz接口: package example.biz; public interface TestBiz { public String getTest(String str); } TestBizImp接口实现类: package example.biz.imp; import examp 阅读全文

posted @ 2020-05-06 16:41 墨染丶 阅读(342) 评论(0) 推荐(0) 编辑

each循环方法跳出

摘要: #####.each { it -> if (!it.####) { return false // 相当于 for循环中的 break }}return true //相当于for循环中的 continue 阅读全文

posted @ 2020-05-06 10:55 墨染丶 阅读(264) 评论(0) 推荐(0) 编辑