What does [boot] behind this maven project mean? It didn’t exist at the beginning. It appeared wherever I clicked, and the java files all reported errors. Please give me an expert answer
怪我咯2017-05-17 10:09:10
Dear, this boot should be the name you specified with <artifactId>boot</artifactId> configured in your pom.xml file.
phpcn_u15822017-05-17 10:09:10
Brother, this is your own name; change it in the file configuration;
仅有的幸福2017-05-17 10:09:10
This is the jar package that you introduced spring-boot. The [boot] is the IDE that adds a flag to you, indicating that it is a spring-boot project.