SpringBoot Application exit code get in Script file

后端 未结 0 1870
温柔的废话
温柔的废话 2020-12-28 20:03

I have spring boot Application with below exit code

logger.info("Exiting Application with code:{}",exitCode);
return SpringApplication.exit(context,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题