eclipse不可以想idea一样直接创建spring initiallizr 的,但是可以通过 spring提供的网页在线创建项目,之后再导入到eclipse中。

打开:http://start.spring.io

按照需求选择需要创建的项目类型、所使用的开发语言、springboot版本、Project Metadata、依赖等信息。

http://start.spring.io/(在线项目构建)由eclipse导入

 

http://start.spring.io/(在线项目构建)由eclipse导入

选择完成之后,生成代码就可以了

http://start.spring.io/(在线项目构建)由eclipse导入

接下来eclipse出场。

新手一定要注意,这里使用file-->import导入项目,而不是open project from file system。

 

相关文章:

  • 2022-12-23
  • 2021-10-19
  • 2021-07-30
  • 2021-08-06
  • 2021-11-25
  • 2021-12-10
  • 2021-12-10
猜你喜欢
  • 2021-09-08
  • 2021-08-02
  • 2021-12-31
  • 2021-12-09
  • 2021-08-24
  • 2021-10-19
相关资源
相似解决方案