I have very good basic knowledge of pure Java. As long as I don't have an XML configuration and project management tools, I'm very good.
What really confused me was the project management tools, for example: Maven, Gradle.
I am studying Spring, and it bothers me so much, because it has a lot of XML files, and there is no clear explanation for this.
I am learning Spring from this video tutorial, lecture 6
Spring "Hello world."
I could not make the Spring hello world, because the xxxxx.xml file is required to configure the bean components (Java object). To generate XML files, I need to generate an XML file using the IntelliJ 2016 plugin.
The question is, I cannot find a plugin to create an XML file for a component, following this official guide . There is no such plugin called "Spring Support".
What should I do to generate beans.xml? (Spring Bean Management File)
spring intellij-idea
Nicolas S.Xu
source share