Spring Shell run command without attaching app process

后端 未结 0 470
悲哀的现实
悲哀的现实 2021-01-16 16:28

I have a simple command

@ShellComponent
class ShellComp {
    @ShellMethod("dosmth")
    fun dosmth(): String = "success"
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题