Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring/Spring bean configuration file option is missing in STS

I am just following a tutorial , where in I need to add a spring configuration file but I don't see spring / Spring bean configuration file option in Spring Tool Suite 4 (Version: 4.0.1.RELEASE), could somebody help me where to find that option

As shown in this screenshot

like image 915
Ravi kiran Avatar asked Nov 07 '18 10:11

Ravi kiran


People also ask

Where is Spring bean configuration file?

You will need to add spring. xml file at the location - src/main/resources folder. You can have your directory structure inside this directory as - src/main/resources/com/vipin/dao. src/main/java directory is preferred for java classes.

What is Spring bean configuration file?

Spring Bean are the objects that are managed by Spring IoC and are also acts as a backbone of an application. There are three methods which provide configuration metadata to Spring Container: XML Based Configuration: Configuration XML file is used to create Beans.

Which file type is used in Spring configuration file?

A Spring configuration file is an XML file that contains the classes information. It describes how those classes are configured as well as introduced to each other.


1 Answers

You need to go to Help -> Eclipse marketplace and search and install "Spring Tools 3 Add-On for Spring Tools 4.

enter image description here

like image 177
Nditah Avatar answered Sep 20 '22 15:09

Nditah