Remove remote shell support

See gh-7044
This commit is contained in:
Stephane Nicoll
2016-10-11 17:59:25 +02:00
parent 66a3df454f
commit c5cc626d48
36 changed files with 5 additions and 2498 deletions

View File

@@ -1,14 +0,0 @@
package org.test
@Grab("spring-boot-starter-remote-shell")
@RestController
class SampleController {
@RequestMapping("/")
public def hello() {
[message: "Hello World"]
}
}