From 835324d10c00f9742574190e629e9775ba4ec1a1 Mon Sep 17 00:00:00 2001 From: icanci Date: Sun, 12 Sep 2021 22:22:48 +0800 Subject: [PATCH] =?UTF-8?q?[icanci]=20[Update]=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=89=93=E5=8C=85=E5=A4=A7=E5=B0=8F=20=E6=8E=92=E9=99=A4?= =?UTF-8?q?=E9=9D=9E=E5=BF=85=E8=A6=81=E5=8C=85=E5=92=8C=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue2-boot/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/vue2-boot/pom.xml b/vue2-boot/pom.xml index 954442e9..af8bb16a 100644 --- a/vue2-boot/pom.xml +++ b/vue2-boot/pom.xml @@ -97,5 +97,17 @@ spring-boot-maven-plugin + + + true + src/main/resources + + mybatis/** + vueboot/dist/** + application.yml + + + + \ No newline at end of file -- Gitee