Group: GitHub Codert96
2. Common Security
io.github.codert96 » common-securityApache
Common Security
Last Release on Oct 22, 2025
3. Spring Boot Starter Encrypt Web
io.github.codert96 » spring-boot-starter-encrypt-webApache
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.
Last Release on May 16, 2024
4. MyBatis Datascope Spring Boot Starter
io.github.codert96 » mybatis-datascope-spring-boot-starterApache
# 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.id in("1","2")
Last Release on May 30, 2024
6. MyBatis Plus Field Meta
io.github.codert96 » mybatis-plus-field-metaApache
impl com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
Last Release on May 22, 2024
7. Project Starter
io.github.codert96 » project-starter-parentApache
简单项目脚手架
Last Release on Oct 22, 2025
8. Spring Boot Starter Minio
io.github.codert96 » spring-boot-starter-minioApache
spring-boot-starter-minio
Last Release on Apr 7, 2025
9. Spring Boot Starter EasyExcel
io.github.codert96 » spring-boot-starter-easyexcelApache
when you upload excel
controller (@RequestExcel List dot)
Last Release on May 17, 2024
10. Simple Database ORM
io.github.codert96 » simple-database-ormApache
simple orm
Last Release on Sep 29, 2024
12. Spring Boot Starter Encrypt Gateway
io.github.codert96 » spring-boot-starter-encrypt-gatewayApache
spring-boot-starter-encrypt-gateway
Last Release on Jun 14, 2024