Remove mouldy start.groovy from the actuator sample

Fixes #900
This commit is contained in:
Andy Wilkinson 2014-05-21 13:55:07 +01:00
parent b9c80433bc
commit 6dafa15eef

View File

@ -1,5 +0,0 @@
@Grab("org.springframework.boot:spring-boot-starter-actuator:0.5.0.BUILD-SNAPSHOT")
@Grab("org.springframework.boot:spring-boot-starter-web:0.5.0.BUILD-SNAPSHOT")
@ComponentScan("org.springframework.boot.sample.service")
class Start {
}