Intellij is difficult to choose Spring Batch/Data JPA/Integration/MVC/Security/Web Flow/Web Services Which one to choose?

I encountered such a thing in a new project. . .

um...First of all, I want to say that these are not mandatory, but according to your needs, some initial project structure templates can reduce your workload.

Options effect
Spring Batch  
PSD Data JPA is a tool to connect to the database
Spring Integration  
Spring MVC Basic web project template
Spring Security Involving login verification and web content browsing permissions and other requirements
Spring Web Flow Why is Spring Web Flow not taken seriously in China, and participating in a few small projects just simply use Spring?
Spring Web Services Return XML/JSON and other formats of the response (generally referring to web restful/websocket API development, there are few web development needs)
Web Application Full stack application (generally related to web development)

So if we want Spring boot, which one should we choose?

You can choose Spring Initializr in the screenshot above

 

 There are two blanks above, I don’t know what to do, let’s do this first.


 

Guess you like

Origin blog.csdn.net/appleyuchi/article/details/109012236