chore: 排除domain包里的handler

This commit is contained in:
CaptainB 2024-01-09 10:40:55 +08:00 committed by 刘瑞斌
parent 4ca362a6a6
commit e516de1602
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@
<excludes>
<exclude>io/metersphere/*/mapper/**</exclude>
<exclude>io/metersphere/*/domain/**</exclude>
<exclude>io/metersphere/handler/**</exclude>
<exclude>io/metersphere/**/dto/**</exclude>
<exclude>io/metersphere/**/config/**</exclude>
<exclude>io/metersphere/**/constants/**</exclude>