This website works better with JavaScript.
Explore
Help
Register
Sign In
root
/
spring-boot
Watch
1
Star
0
Fork
You've already forked spring-boot
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
Change restart to fail if not running
Browse Source
pull/3824/merge
Dave Syer
9 years ago
parent
ff681adc5b
commit
9dec0971d6
1 changed files
with
1 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script
Unescape
Escape
View File
@ -152,8 +152,7 @@ stop() {
}
restart() {
stop
start
stop && start
}
status() {
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
root/spring-boot
Title
Body
Create Issue