command4j
command4j copied to clipboard
java调用命令的工具,命令行运行管理器,命令执行、停止、查询功能的工具
- 将原本new thread 创建线程的方式改为了使用线程池 - 将一些try cath 的方式改成了 try with source - 命令执行之后会有系统显示的结果返回 - 执行命令之前会判断是window环境还是linux环境,并添加对应环境的命令前缀
Bumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...