From 2b0835030cc4a95319512841a14b6f60f18693de Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期四, 04 五月 2023 16:43:17 +0800 Subject: [PATCH] pet/index.js中删除了alert pet/petInfo.vue调用了查询getPetnoteList,之前调用接口调用错了 --- ruoyi-system/pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml index aa268bd..ef656a0 100644 --- a/ruoyi-system/pom.xml +++ b/ruoyi-system/pom.xml @@ -25,4 +25,13 @@ </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-maven-plugin</artifactId> + </plugin> + </plugins> + </build> + </project> \ No newline at end of file -- Gitblit v1.9.1