From 0894b9328ae1c11146175b492ae348bbd4b13404 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 29 四月 2019 16:42:32 +0800
Subject: [PATCH] 加入统一消息提示功能 请用 vc.messege('错误内容')
---
java110-service/pom.xml | 31 ++++++++++++++++++++++++++-----
1 files changed, 26 insertions(+), 5 deletions(-)
diff --git a/java110-service/pom.xml b/java110-service/pom.xml
index d38ba1d..3ea8a6f 100644
--- a/java110-service/pom.xml
+++ b/java110-service/pom.xml
@@ -32,15 +32,22 @@
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
</dependency>
+
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
</dependency>
+
<!--mapper-->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-spring-boot-starter</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!--pagehelper
<dependency>
@@ -48,16 +55,15 @@
<artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency>
-->
+ <dependency>
+ <groupId>org.beanshell</groupId>
+ <artifactId>bsh-core</artifactId>
+ </dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
- </dependency>
-
- <dependency>
- <groupId>com.java110</groupId>
- <artifactId>java110-feign</artifactId>
</dependency>
<dependency>
@@ -86,5 +92,20 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
</dependency>
+ <!--<dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <scope>test</scope>
+ <version>RELEASE</version>
+ </dependency>-->
+ <dependency>
+ <groupId>io.springfox</groupId>
+ <artifactId>springfox-swagger2</artifactId>
+ </dependency>
+ <!-- swagger-ui -->
+ <dependency>
+ <groupId>io.springfox</groupId>
+ <artifactId>springfox-swagger-ui</artifactId>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.8.0