spring 34 Boot 骨架项目
如果是 linux 环境,用以下命令即可获取 spring boot 的骨架 pom.xml
curl -G https://start.spring.io/pom.xml -d dependencies=web,mysql,mybatis -o pom.xml
- -d dependencies=相关依赖的简写
- -o 存储成相关文件
也可以使用 Postman 等工具实现
若想获取更多用法,请参考
curl https://start.spring.io