chore: 排除domain包里的handler
This commit is contained in:
parent
4ca362a6a6
commit
e516de1602
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue