基于spring-boot和spring-shell的spring initializr
的简化java命令行版本
gradle clean build
生成shell-0.0.1-SNAPSHOT.jar
java -jar shell-0.0.1-SNAPSHOT.jar
启动并进入shell- 执行
init project --groupId=xxx --artifactId=xxx --type=maven
生成项目 quit
退出- 将demo项目导入idea中
基于spring-boot和spring-shell的spring initializr
的简化java命令行版本
gradle clean build
生成 shell-0.0.1-SNAPSHOT.jar
java -jar shell-0.0.1-SNAPSHOT.jar
启动并进入shellinit project --groupId=xxx --artifactId=xxx --type=maven
生成项目quit
退出