-
```
What version of the MyBatis.NET are you using?
1.9.2
Please describe the problem. Unit tests are best!
I'm fairly new to iBATIS and I seem to have hit a wall that I can't get around.
I keep ge…
-
```
What version of the MyBatis.NET are you using?
1.9.2
Please describe the problem. Unit tests are best!
I'm fairly new to iBATIS and I seem to have hit a wall that I can't get around.
I keep ge…
-
```
What version of the MyBatis.NET are you using?
1.9.2
Please describe the problem. Unit tests are best!
I'm fairly new to iBATIS and I seem to have hit a wall that I can't get around.
I keep ge…
-
에러 코드
```bash
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-10-25T15:13:53.984+09:00 ERROR 992886 --- [socket] [ …
-
因底层使用的是基础框架,当前有打算支持ibatis吗?
-
-
org.h2.jdbc.JdbcSQLException: The database has been closed [90098-196]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbExc…
-
using samples code
mybatis-spring-boot-samples/mybatis-spring-boot-sample-web
mvn -Pnative native:compile
when run target/mybatis-spring-boot-sample-web,it has following exceptions.
```
java.…
-
Caused by: java.sql.SQLException: 关闭的语句: getMetaData
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.DatabaseError.throwSqlExcepti…
-
Mapper:
```
#repeat( $_parameter.list $level1)
#set( $foo = $level1)
@{foo}
#end
```
Test:
```
@Test
public void velocityTestNestedSet() throws SQLException, IOException {…