Also add unit tests. Note also the start.groovy for the service sample now works. [#48127729]
5 lines
182 B
Groovy
5 lines
182 B
Groovy
@Grab("org.springframework.bootstrap:spring-bootstrap-service:0.0.1-SNAPSHOT")
|
|
@Grab("org.springframework.bootstrap:spring-bootstrap-web-application:0.0.1-SNAPSHOT")
|
|
class Start {
|
|
}
|