摘要: 我的 log4j.properties: 第一个问题: 我看的学习视频是使用的rootCategory,但网上大都是rootLogger,他俩的区别在于什么呢? 官方写的:Category This class has been deprecated and replaced by the Logg 阅读全文
posted @ 2019-10-15 18:15 Abandoned_Software 阅读(381) 评论(0) 推荐(0)
摘要: 学习了简单的mybatis的配置 Bean层: 这个都会很简单 一个完整的Bean 需要getter和setter方法还需要一个空的构造方法和一个满的构造方法。 Dao层: 创建一个接口就ok了 关键是xml的配置文件: SqlMapConfig.xml的配置,配置数据库和映射dao层 Dai层对应 阅读全文
posted @ 2019-10-15 07:31 Abandoned_Software 阅读(134) 评论(0) 推荐(0)