摘要: <select id="getUserByUserIf" resultType="user"> select * from sys_user <where> <if test="userId != null">and user_id = #{userId}</if> <if test="userNa 阅读全文
posted @ 2022-01-02 23:02 xl4ng 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1、dbconfig.properties数据库连接配置 driver=com.mysql.cj.jdbc.Driver url=jdbc:mysql://192.168.121.200:3306/mybatis username=root password=root 2、log4j.xml配置 < 阅读全文
posted @ 2022-01-02 18:08 xl4ng 阅读(171) 评论(0) 推荐(0) 编辑