From 9fe247378d789798dfc5f43985eec65021a492f9 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 11 十二月 2019 23:30:09 +0800
Subject: [PATCH] 设备时显示设备调用url

---
 WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java b/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
index ee16a9e..324b9f2 100644
--- a/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
+++ b/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
@@ -1,7 +1,7 @@
 package com.java110.web;
 
 import com.java110.service.init.ServiceStartInit;
-import com.java110.web.core.VueComponentTemplate;
+import com.java110.front.core.VueComponentTemplate;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.boot.SpringApplication;
@@ -36,7 +36,8 @@
         "com.java110.core",
         "com.java110.config.properties.code",
         "com.java110.cache",
-        "com.java110.report"
+        "com.java110.report",
+        "com.java110.front"
 })
 @EnableDiscoveryClient
 //@EnableConfigurationProperties(EventProperties.class)

--
Gitblit v1.8.0