<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>spring-boot-starter-forest</artifactId>
<version>1.5.0-RC5</version>
</dependency>
@Grapes(
@Grab(group='com.dtflys.forest', module='spring-boot-starter-forest', version='1.5.0-RC5')
)
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.0-RC5</version> </parent>
compile
|-- com.dtflys.forest:forest-core
|-- com.dtflys.forest:forest-spring
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter
|-- com.fasterxml.jackson.core:jackson-core:2.9.10
|-- com.fasterxml.jackson.core:jackson-databind:2.9.10
test