Browse Source

🚀 消息推送模块

master
wangxiang 2 years ago
parent
commit
67190c5960
  1. 4
      kicc-register/pom.xml

4
kicc-register/pom.xml

@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
<exclude>**/*.woff</exclude>
<exclude>**/*.woff2</exclude>
<exclude>**/*.ttf</exclude>
<exclude>**/fonts/**</exclude>
<exclude>**/*.eot</exclude>
</excludes>
</resource>
<resource>
@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
<include>**/*.woff</include>
<include>**/*.woff2</include>
<include>**/*.ttf</include>
<include>**/fonts/**</include>
<include>**/*.eot</include>
</includes>
</resource>
</resources>

Loading…
Cancel
Save