摘要: Spring Boot中使用MyBatis传参方式:使用@Param@Insert("INSERT INTO USER(NAME, AGE) VALUES(#{name}, #{age})")int insert(@Param("name") String name, @Param("age") I 阅读全文
posted @ 2019-03-11 16:52 JXY_Super 阅读(1076) 评论(0) 推荐(0) 编辑
摘要: 生成器: http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20 通过在classpath下添加一个banner.txt或设置banner.location来指定相应的文件可以改变启动过程中打印的ban 阅读全文
posted @ 2019-03-11 09:03 JXY_Super 阅读(5016) 评论(0) 推荐(0) 编辑