springboot系列一:快速创建springboot项目

2018-07-19
阅读 2 分钟
2.3k
1、访问Spring Initializr,选择版本,以及加入基本依赖,如下图所示: 2、eclipse导入springboot项目 3、测试代码 4、更改端口号 application.properties server.port=8090 5、运行配置 6、访问