From ae1887486c959a55eede37e4534c915161174aa3 Mon Sep 17 00:00:00 2001
From: administrator <2316696377@qq.com>
Date: Fri, 22 May 2020 12:24:19 +0800
Subject: [PATCH] devtools
---
pom.xml | 2 +
ruoyi-auth/pom.xml | 8 +-
ruoyi-gateway/pom.xml | 7 ++
ruoyi-modules/ruoyi-job/pom.xml | 8 +-
ruoyi-modules/ruoyi-system/pom.xml | 168 +++++++++++++++--------------
5 files changed, 110 insertions(+), 83 deletions(-)
diff --git a/pom.xml b/pom.xml
index b782ec3e..35fc79ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,6 +214,8 @@
lombok
1.18.10
+
+
diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml
index c872a373..00e528cb 100644
--- a/ruoyi-auth/pom.xml
+++ b/ruoyi-auth/pom.xml
@@ -62,7 +62,13 @@
com.alibaba
druid-spring-boot-starter
-
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+ true
+
diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml
index add44d95..65f8127f 100644
--- a/ruoyi-gateway/pom.xml
+++ b/ruoyi-gateway/pom.xml
@@ -73,6 +73,13 @@
org.projectlombok
lombok
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+ true
+
diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml
index 3e706716..76ab77e8 100644
--- a/ruoyi-modules/ruoyi-job/pom.xml
+++ b/ruoyi-modules/ruoyi-job/pom.xml
@@ -88,6 +88,12 @@
org.mybatis.spring.boot
mybatis-spring-boot-starter
-
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+ true
+
\ No newline at end of file
diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index 1436d6c1..594e59c1 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -1,82 +1,88 @@
-
-
-
- com.ruoyi
- ruoyi-modules
- 1.0.0
-
- 4.0.0
-
- ruoyi-modules-system
-
-
- ruoyi-modules-system系统模块
-
-
-
-
-
-
- com.alibaba.cloud
- spring-cloud-starter-alibaba-nacos-discovery
-
-
-
-
- com.alibaba.cloud
- spring-cloud-starter-alibaba-nacos-config
-
-
-
-
- org.springframework.cloud
- spring-cloud-starter-netflix-hystrix
-
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
-
-
- io.springfox
- springfox-swagger-ui
- ${swagger.fox.version}
-
-
-
-
- mysql
- mysql-connector-java
-
-
-
-
- com.ruoyi
- ruoyi-common-security
-
-
-
-
- com.ruoyi
- ruoyi-common-datascope
-
-
-
-
- com.ruoyi
- ruoyi-common-log
-
-
-
-
- com.ruoyi
- ruoyi-common-swagger
-
-
-
+
+
+
+ com.ruoyi
+ ruoyi-modules
+ 1.0.0
+
+ 4.0.0
+
+ ruoyi-modules-system
+
+
+ ruoyi-modules-system系统模块
+
+
+
+
+
+
+ com.alibaba.cloud
+ spring-cloud-starter-alibaba-nacos-discovery
+
+
+
+
+ com.alibaba.cloud
+ spring-cloud-starter-alibaba-nacos-config
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-netflix-hystrix
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+
+ io.springfox
+ springfox-swagger-ui
+ ${swagger.fox.version}
+
+
+
+
+ mysql
+ mysql-connector-java
+
+
+
+
+ com.ruoyi
+ ruoyi-common-security
+
+
+
+
+ com.ruoyi
+ ruoyi-common-datascope
+
+
+
+
+ com.ruoyi
+ ruoyi-common-log
+
+
+
+
+ com.ruoyi
+ ruoyi-common-swagger
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+ true
+
+
\ No newline at end of file