Home > Java > javaTutorial > How to solve the problem that the pom.xml file is not generated when IDEA creates a new springboot project

How to solve the problem that the pom.xml file is not generated when IDEA creates a new springboot project

WBOY
Release: 2023-05-16 23:07:04
forward
3282 people have browsed it

First picture:

How to solve the problem that the pom.xml file is not generated when IDEA creates a new springboot project

After creating the springboot project, the pom.xml file was not generated here

I started to try According to the method on the Internet, when creating a new one, modify the choose spring initializr server to:

http://start.springboot.io

How to solve the problem that the pom.xml file is not generated when IDEA creates a new springboot project

However, I changed it There is still no pom.xml after that

If you are still like this, please continue reading

After some exploration, I solved the problem. Here are the steps directly

How to solve the problem that the pom.xml file is not generated when IDEA creates a new springboot project

How to solve the problem that the pom.xml file is not generated when IDEA creates a new springboot project

I chose Gradle Project for Type before, and here I choose Maven Project

I went to search for these types Difference in type:

How to solve the problem that the pom.xml file is not generated when IDEA creates a new springboot project

The newly created pom.xml file will be created

The above is the detailed content of How to solve the problem that the pom.xml file is not generated when IDEA creates a new springboot project. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template