Spring Project Bootstrapping

Overview

What is it?

Project bootstrapping initializes a web project with all of the configurations and dependencies needed for Spring development. Quickly generate the boilerplate code needed to get started with Spring. Generated artifacts include:

  • Spring Libraries
  • Configuration Files
  • Hibernate
  • Atomikos
  • Generation Control

Why use it?

Project Bootstrapping gets new Spring projects off to a running start. Developers can minimize the amount of time spent setting up a project with dependencies and Spring configurations and get started on the "real" Spring development as quickly as possible.

See it in action

Videos

Initializing and bootstrapping a project for Spring

Initializing and bootstrapping a project for Spring

See how to initialize and bootstrap a project for Spring development using MyEclipse for Spring.

 

Documents

Type Document Description
MyEclipse for Spring Reference
The reference guide for MyEclipse for Spring, including scaffolding blueprints.