quarkus-mybatis
quarkus-mybatis copied to clipboard
Quarkus MyBatis Extension
Bumps `quarkus.version` from 3.9.0 to 3.9.3. Updates `io.quarkus:quarkus-bom` from 3.9.0 to 3.9.3 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.9.3 Complete changelog #39731 - Fix StorkClientRequestFilter exception handling #39796 - document...
quarkus.platform.version:3.6.4 quarkus-mybatis-plus:2.2.0 ServiceImpl:java.lang.NoClassDefFoundError: org/springframework/core/convert/support/DefaultConversionService
WARN [com.bao.myb.ext.plu.inn.PaginationInnerInterceptor] (main) optimize this sql to a count sql has exception, sql:"select f.* from file_object f join ( select r.id from ( select id from s_acl_2 where ? MEMBER...
Quarkus 3.5.0 mybatis 2.1.0
Since this extension does not support reaction, I can only use multiple threads to operate the data. However, in the process of use, sometimes due to database problems, the operation...
It can be useful to be able to specify multiple initial sql files, expecially if one or more of them is generated. Currently initial-sql seems to support a single file...
Configuration [ quarkus.mybatis.mapper-locations=classpath:/mapper/*Mapper.xml ] has not taken effect
Hi, Is there any recommended pattern for implementing multitenancy support using a schema-per-tenant approach using this extension? The SQLSessionFactory.openSession method would be the perfect place to configure the connection for...