Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged mybatis

0 votes
1.1k views
1 answer
    My project code is scanned by fortify, it report that the character of $ has the risk about sql injection. But the ... how-to-customize-a-character-instead-of-or-in-the-xml-file...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server ... .readPacket(MysqlIO.java:600) ... 20 more...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    1 数据不存在insert; 2 数据存在update; 3 表中有一个唯一约束;并根据该约束执行具体的插入或者修改操作 ---------------------------- insert ... 2017-03-07 10:19:12',modifyTime='2017-05-07 10:19:12' 如何把上边的sql,用mybatis改写?...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    1 数据不存在insert; 2 数据存在update; 3 表中有一个唯一约束;并根据该约束执行具体的插入或者修改操作 ---------------------------- insert ... 2017-03-07 10:19:12',modifyTime='2017-05-07 10:19:12' 如何把上边的sql,用mybatis改写?...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    当我在使用逆向工程生成mapper和po,加载generatorConfig.xml时路径错误,正确的路径应该是什么样的呢?...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have an sql looks like this. <sql name="level1"> ${alias}some AS ${prefix}some </sql> Now I want to ... m working on a remote site and the testing environment is not complete....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
0 votes
3.4k views
1 answer
    我配置了多租户 是调用服务的方法,不是mapper的方法,服务是官方提供的 threw exception [Handler dispatch failed; nested exception is java.lang. ... 法: 在 mapper接口对应的方法上添加注解: @SqlParser(filter = true)...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...