上一页 1 2 3 4 5 6 7 8 9 ··· 77 下一页
摘要: hibernate最新文档 项目仓库地址项目201102-hibernateSelect 数据准备 -- 创建数据表 drop table if exists t_book; create table t_book( id int(11) primary key auto_increment, na 阅读全文
posted @ 2022-05-12 16:31 刘一二 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 普通maven项目配置编译器版本 参考maven官方文档 Setting the -source and -target of the Java Compiler maven有2种方法设置编译JDK版本,比如配置为 Java 1.8 版本 配置属性 <project> [...] <properti 阅读全文
posted @ 2022-05-03 18:34 刘一二 阅读(808) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 77 下一页
点击右上角即可分享
微信分享提示