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
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.
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.
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.
You need to go to Help -> Eclipse marketplace and search and install "Spring Tools 3 Add-On for Spring Tools 4.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With