Course description

Here are some basic steps to create a Spring MVC project in Eclipse:
  1. Use the Spring Tool Suite (STS) to create a new Spring project.
  2. Name the project and select the template.
  3. STS will download the template from SpringSource.
  4. Define the main entry point.
  5. The @Configuration annotation marks the class as a source of bean definitions.
  6. The @EnableAutoConfiguration annotation tells the framework to add beans based on the dependencies on the classpath automatically.
  7. Add the spring jar files or add dependencies in the case of Maven.
  8. Create the controller class.
  9. Provide the entry of controller in the web.xml file.
  10. Define the bean in the separate XML file.
  11. Display the message in the JSP page.
  12. Start the server and deploy the project.

What will i learn?

Requirements

admin user

Free

Lectures

0

Skill level

Beginner

Expiry period

Lifetime

Certificate

Yes

Related courses