Files
notes_estom/Java/JavaDemo/codedemo/mybatis/README.md
2025-09-14 03:49:42 -04:00

6 lines
438 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
* [MyBatisClien.java](MyBatisClient.java) 入口类。读取配置文件生成SqlSessionFactory使用DAO操作表。
* [mybatis-config.xml](../../../../../conf/mybatis-config.xml) mybatis配置文件
* [MonitNotifyHistoryDao](dao/MonitNotifyHistoryDao.java) DAO类
* [MonitNotifyHisto.java](entity/MonitNotifyHistory.java) 实体类
* [MonitNotifyHistoryMapper.xml](mapper/MonitNotifyHistoryMapper.xml) SQL模板映射配置文件