Rename starter-shell-remote to starter-shell

Fixes gh-462
This commit is contained in:
Phillip Webb
2014-03-19 16:28:36 -07:00
parent 77db6c0e06
commit 4024450c5f
13 changed files with 9 additions and 9 deletions

View File

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