Rename spring-boot-starter-shell -> remote-shell

Fixes gh-462
This commit is contained in:
Phillip Webb
2014-03-21 09:05:56 -07:00
parent 8c0703ad9c
commit 47eb8180b3
14 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
package org.test
@Grab("spring-boot-starter-shell")
@Grab("spring-boot-starter-remote-shell")
@RestController
class SampleController {