Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 537 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 537 Bytes

基于spring-bootspring-shellspring initializr的简化java命令行版本

  1. gradle clean build 生成 shell-0.0.1-SNAPSHOT.jar
  2. java -jar shell-0.0.1-SNAPSHOT.jar启动并进入shell
  3. 执行init project --groupId=xxx --artifactId=xxx --type=maven生成项目
  4. quit退出
  5. 将demo项目导入idea中

效果图如下: