-
```
What version of the MyBatis are you using?
3.1.1
Please describe the problem. Unit tests are best!
Changing xml files requires the application to restart in order to recreate the
mapper classes…
-
```
What version of the MyBatis are you using?
3.1.1
Please describe the problem. Unit tests are best!
Changing xml files requires the application to restart in order to recreate the
mapper classes…
-
## MyBatis version
3.5.16
The setColum of BaseJdbcLogger records parameter information. When the jdbc type is Array, if Array.free() is called, the saved parameters will become empty. It is re…
-
After migrating the database from OrientDB to H2 on Nexus 3.70.2, on the first start, Nexus logged the following error
```
2024-09-04 11:04:25,360+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.…
wiget updated
2 weeks ago
-
## MyBatis version
mybatis:3.4.6 mybatis-spring-boot-starter:1.3.2
## Database vendor and version
mysql:5.7
## Test case or example project
git: `https://gitee.com/jervain_y/demo-mybatis.git…
-
```
What version of the MyBatis are you using?
mybatis-3.1.1
mybatis-spring-1.1.1
Please describe the problem. Unit tests are best!
At the moment not all MyBatis properties could be set via Spring c…
-
I user Spring Boot 3.0.8, and also use `org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.2`
I try to use mybatisCursorItemReader but warn log is shown.
`'open(ExecutionContext): Unit' is …
-
idea2023.3.7,jrebel2024.2.2,JRebel mybatisPlus extension 0.06,在mybatis-plus3.5.6下,xml热加载无效,把mybatis-plus版本降到3.5.1是可以的,请作者帮忙看看呢,感谢
-
```
What version of the MyBatis are you using?
3.1.1
Please describe the problem. Unit tests are best!
Changing xml files requires the application to restart in order to recreate the
mapper classes…
-
```
Is it expected that JNDI datasources should work using the Multiple Datasources
configuration advice given at
http://mybatis.github.com/guice/core.html
??
We spent a great deal of time reading…