如题,太久没搭建项目忘了怎么搭建项目了,听说springboot可以快速搭建一个web项目,请问怎么用springboot和gradle快速搭建 我用的Idea15 求助
PHP中文网2017-04-18 09:43:12
If you use Idea, it’s too easy.
1. Create New Project
2. Select Spring Initializr on the left
3. Select the JDK version, select the springboot version and check web
4. Start your helloword journey...