← 制作に戻る ~/work/boot-script

boot-script

open source

Spring Bootのjarをコマンド一つでinit.dサービス化し、バックエンド開発者が毎回書き直す定型処理をなくします。

ShellJava

// インパクト

  • One command turns a Spring Boot jar into a managed init.d service
  • Removes boilerplate every backend dev otherwise rewrites
  • Open source on GitHub

// overview

2019 · Author

boot-script is a tiny shell starter that wraps a Spring Boot jar as a proper init.d service — start/stop/restart/status, sane logging, and PID handling — in a single command. It encodes the small operational details that get rewritten on every project, so deployments become boring in the best way.