search

Home  >  Q&A  >  body text

java - What does [boot] after maven project mean?

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

PHP中文网PHP中文网2744 days ago807

reply all(4)I'll reply

  • 怪我咯

    怪我咯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.

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-17 10:09:10

    Brother, this is your own name; change it in the file configuration;

    reply
    0
  • 仅有的幸福

    仅有的幸福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.

    reply
    0
  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-17 10:09:10

    Thank you for your answers~~

    reply
    0
  • Cancelreply