From e080491129f6370d0c0eeb4b0bd9b79ec1a2d2e8 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 03 六月 2019 15:55:41 +0800
Subject: [PATCH] 请求时间和返回时间 格式修复
---
CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java b/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java
index a124fbc..ddb7fbe 100644
--- a/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java
+++ b/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java
@@ -28,7 +28,7 @@
* @date 2016骞�8鏈�6鏃�
* @tag
*/
-@SpringBootApplication(scanBasePackages={"com.java110.service","com.java110.comment","com.java110.core","com.java110.cache"})
+@SpringBootApplication(scanBasePackages = {"com.java110.service", "com.java110.comment", "com.java110.core", "com.java110.cache", "com.java110.db"})
@EnableDiscoveryClient
@Java110ListenerDiscovery(listenerPublishClass = BusinessServiceDataFlowEventPublishing.class,
basePackages = {"com.java110.comment.listener"})
@@ -39,6 +39,7 @@
/**
* 瀹炰緥鍖朢estTemplate锛岄�氳繃@LoadBalanced娉ㄨВ寮�鍚潎琛¤礋杞借兘鍔�.
+ *
* @return restTemplate
*/
@Bean
@@ -49,7 +50,7 @@
return restTemplate;
}
- public static void main(String[] args) throws Exception{
+ public static void main(String[] args) throws Exception {
ApplicationContext context = SpringApplication.run(CommentServiceApplicationStart.class, args);
ServiceStartInit.initSystemConfig(context);
}
--
Gitblit v1.8.0