<dependency>
<groupId>io.gitee.xinsuinian</groupId>
<artifactId>fast-log-server</artifactId>
<version>1.0.5</version>
</dependency>
@Grapes(
@Grab(group='io.gitee.xinsuinian', module='fast-log-server', version='1.0.5')
)
<parent> <groupId>io.gitee.xinsuinian</groupId> <artifactId>fast-log</artifactId> <version>1.0.5</version> </parent>
compile
|-- io.gitee.xinsuinian:fast-log-core:1.0.5
|-- org.springframework.boot:spring-boot-starter-web
|-- org.elasticsearch.client:elasticsearch-rest-high-level-client
|-- org.elasticsearch:elasticsearch
|-- org.springframework.boot:spring-boot-starter-thymeleaf
|-- org.springframework.boot:spring-boot-devtools
test