<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<version>1.5.6.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-devtools" % "1.5.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-devtools', version='1.5.6.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-devtools" rev="1.5.6.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>1.5.6.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-autoconfigure
|-- javax.servlet:javax.servlet-api
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-orm
|-- org.hibernate:hibernate-entitymanager
|-- org.springframework:spring-web
|-- org.springframework.security:spring-security-config
|-- org.springframework.security:spring-security-web
|-- org.springframework.data:spring-data-redis
|-- org.springframework.session:spring-session
|-- org.springframework.boot:spring-boot-autoconfigure-processor
|-- org.springframework.boot:spring-boot-configuration-processor
test
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-test-support
|-- org.springframework.boot:spring-boot-test
|-- ch.qos.logback:logback-classic
|-- org.springframework:spring-webmvc
|-- org.springframework:spring-websocket
|-- org.springframework.hateoas:spring-hateoas
|-- org.apache.derby:derbyclient
|-- org.apache.tomcat.embed:tomcat-embed-websocket
|-- org.apache.tomcat.embed:tomcat-embed-core
|-- org.apache.tomcat.embed:tomcat-embed-jasper
|-- org.eclipse.jetty.websocket:websocket-client
|-- org.thymeleaf:thymeleaf-spring4