Group: io.github.codert96 - All Dependencies
# mybatis-datascope-spring-boot-starter // You Mapper. @Select("select id, name from sys_user") List findAll(DataScope... dataScope); // You service userMapper.findAll(DataScope.of("id", () -> Arrays.asList("1", "2"))); // sql is select id, name from sys_user where sys_user.in in("1","2")
The data returned by the API is encrypted. AES and SM4 encryption are provided by default. AES iv is the middle 16 bit of key. SM4 iv is the reverse the key.
when you upload excel controller (@RequestExcel List dot)
mybatis-plus-field-meta
1.0.0
impl com.baomidou.mybatisplus.core.handlers.MetaObjectHandler