Unable to find spring in sts - spring

I am unable to find the spring project option in the wizard of spring suit 4 can anyone have any idea about this?
enter image description here

Related

Where can I find the Spring Documentation for Gradle Application Properties Configuration?

Where can I find the Spring Documentation for Gradle Application Properties Configuration? Image below
enter image description here
The Spring properties documentation is scattered across several places, and it depends on which Spring components you're using.
It would be best to open your project with an IDE such as IntelliJ, which will help showing you the properties javadoc directly from your application.properties file.
For the common properties, see this link:
https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html
Spring Gradle Documentation
You can get started with this.

Hi, I was trying to use DXF parsing library Kabeja with Spring Boot

Can anybody tell me detailed step of how to do the set up for it as there is no built in dependency for it?
I looked at the resource but there are very few available?

spring boot jbpm project load .bpmn file and start proecess

Currently i am trying to Run JBPM with Spring boot with tomcat(Not jboss) using .bpmn file.
I am facing many issues. Could you please help me regarding the below points.
1- How load .BPMN file in spring boot.
2- what are the maven dependency required.
3- how start start process,human task etc.
It will be really helpful if any one able to share running code including below points
R

How to create helloworld example with spring web mvc?

I’m new with spring web mvc I tried to create new project spring web mvc framework in eclipse ide but it’s still show error sometimes it error status 404 on run time with tomcat I’ve tried to search a lot but still the same. Please anyone help give me the step bye step to create spring web mvc in eclipse ide.
If you start learning with spring web mvc please follow this link

Intellij Idea Spring Facet only recognizes resources with application.*

Question states it a lot. Is there a way to let any resource file named other than application.* to be scanned by spring facet?
Version of IntelliJ Idea is: 2017.1.3
Tagging Spring Boot in the question too, may be someone from that community knows configuration as well?
2017.2 allows this: Open Spring Facet, select Spring Boot autodetected fileset and click on "Customize Spring Boot" icon in toolbar and enter custom "spring.config.name" value in dialog.

Resources