# executor **Repository Path**: wang-hai-cheng/executor ## Basic Information - **Project Name**: executor - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-15 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### linux shell脚本执行器 1. git clone https://gitee.com/wang-hai-cheng/executor.git 2. 执行SQL.sql建立数据库和表 3. 下载maven依赖,配置application.yml文件的数据库 4. 启动com.whc.ExecutorApplication 5. 使用 "请求测试.http" 文件里的测试用例来学习使用本软件 主要就是: 登录 http://{{host}}/login?username=root&password=123456 执行 http://{{host}}/exec?token=a8c238e27a674d23aa6fe0d6369f40cc&code=demo ### 最后欢迎大家提交代码