Remove remote shell support
See gh-7044
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
package org.test
|
||||
|
||||
@Grab("spring-boot-starter-remote-shell")
|
||||
|
||||
@RestController
|
||||
class SampleController {
|
||||
|
||||
@RequestMapping("/")
|
||||
public def hello() {
|
||||
[message: "Hello World"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user