Commit ec19c8cd authored by Node- 门 忠鑫's avatar Node- 门 忠鑫

# 修改agent类名与业务系统冲突问题

parent 7498b554
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.2.5.4</version>
<version>0.2.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.2.5.4</version>
<version>0.2.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.2.5.4</version>
<version>0.2.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.2.5.4</version>
<version>0.2.5.5</version>
</parent>
<groupId>cn.quantgroup</groupId>
<artifactId>enoch-agent-spring-boot-starter</artifactId>
......
package cn.quantgroup.tech.enoch.agent;
import cn.quantgroup.tech.enoch.agent.report.IReportService;
import cn.quantgroup.tech.enoch.agent.report.IAgentReportService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.scheduling.annotation.EnableScheduling;
......@@ -17,7 +17,7 @@ import org.springframework.stereotype.Component;
public class AgentReportTask {
@Autowired
private IReportService reportService;
private IAgentReportService reportService;
/**
* 1毫秒采集一次数据
......
......@@ -5,7 +5,7 @@ package cn.quantgroup.tech.enoch.agent.report;
* @date: 2019-02-26
*/
public interface IReportService {
public interface IAgentReportService {
/**
* 上报节点信息
......
package cn.quantgroup.tech.enoch.agent.report.impl;
import cn.quantgroup.tech.enoch.agent.configuration.EnochAgentProperties;
import cn.quantgroup.tech.enoch.agent.report.IReportService;
import cn.quantgroup.tech.enoch.agent.report.IAgentReportService;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.serializer.SerializerFeature;
import lombok.Data;
......@@ -29,7 +29,7 @@ import java.util.concurrent.ArrayBlockingQueue;
*/
@Slf4j
@Service
public class ReportServiceImpl implements IReportService {
public class AgentReportServiceImpl implements IAgentReportService {
@Autowired
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.2.5.4</version>
<version>0.2.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.quantgroup</groupId>
<artifactId>commons-parent</artifactId>
<version>0.2.5.4</version>
<version>0.2.5.5</version>
<parent>
<groupId>org.springframework.boot</groupId>
......@@ -34,7 +34,7 @@
<lombok.version>1.16.20</lombok.version>
<guava.version>23.0</guava.version>
<apollo.client.version>0.10.2</apollo.client.version>
<common.parent.version>0.2.5.4</common.parent.version>
<common.parent.version>0.2.5.5</common.parent.version>
</properties>
<dependencies>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.2.5.4</version>
<version>0.2.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment