9f8bf041c3
fix: 修复测试配置和依赖检查 perf: 优化雪花算法性能 refactor: 清理冗余代码和未使用的导入 style: 统一代码格式和注释 test: 添加单元测试和集成测试 ci: 更新CI配置和构建脚本 chore: 更新依赖和配置文件
19 lines
442 B
XML
19 lines
442 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<Class name="~.*\.entity\..*" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="~.*\.dto\..*" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="~.*\.converter\..*" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="~.*\.mapper\..*Impl" />
|
|
</Match>
|
|
<Match>
|
|
<Package name="~cn\.novalon\.manage\.sys\.ManageSysApplication" />
|
|
</Match>
|
|
</FindBugsFilter>
|