随笔分类 -  Java

摘要:使用方法 实现CommandLineRunner接口,实现run方法 @SpringBootApplication public class Application implements CommandLineRunner { public static void main(String[] arg 阅读全文
posted @ 2020-12-16 20:21 Eli-Hou 阅读(312) 评论(0) 推荐(0)
摘要:官网: http://ibeetl.com/guide/#/beetlsql/ BeetleSQL特点 BeetSql是一个全功能DAO工具, 同时具有Hibernate 优点 & Mybatis优点功能,适用于承认以SQL为中心,同时又需求工具能自动能生成大量常用的SQL的应用。 开发效率 无需注 阅读全文
posted @ 2020-12-16 20:19 Eli-Hou 阅读(1496) 评论(0) 推荐(2)