Showing
1 changed file
with
2 additions
and
0 deletions
@@ -9,6 +9,7 @@ import org.influxdb.dto.Point; | @@ -9,6 +9,7 @@ import org.influxdb.dto.Point; | ||
9 | import org.slf4j.Logger; | 9 | import org.slf4j.Logger; |
10 | import org.slf4j.LoggerFactory; | 10 | import org.slf4j.LoggerFactory; |
11 | import org.springframework.beans.factory.annotation.Autowired; | 11 | import org.springframework.beans.factory.annotation.Autowired; |
12 | +import org.springframework.stereotype.Component; | ||
12 | 13 | ||
13 | import java.util.Random; | 14 | import java.util.Random; |
14 | import java.util.concurrent.TimeUnit; | 15 | import java.util.concurrent.TimeUnit; |
@@ -16,6 +17,7 @@ import java.util.concurrent.TimeUnit; | @@ -16,6 +17,7 @@ import java.util.concurrent.TimeUnit; | ||
16 | /** | 17 | /** |
17 | * Created by yoho on 2016/6/21. | 18 | * Created by yoho on 2016/6/21. |
18 | */ | 19 | */ |
20 | +@Component | ||
19 | public class JavaProjectMapperImpl extends InfluxDBQuery implements JavaProjectMapper { | 21 | public class JavaProjectMapperImpl extends InfluxDBQuery implements JavaProjectMapper { |
20 | Logger log = LoggerFactory.getLogger(JavaProjectMapperImpl.class); | 22 | Logger log = LoggerFactory.getLogger(JavaProjectMapperImpl.class); |
21 | 23 |
-
Please register or login to post a comment