资 源 简 介
What is lazifier
lazifier is a simple code generator for Java web developers. It is configurable and customizable. You can combine lazifier with Ant or Maven to make your development richer.
What lazifier supports
Current features:
* Project generation
* Components generation
* Spring 2.5.x templates
Upcoming features for lazifier:
* CRUD generation (Scaffolding).
* Spring 3.x templates
How to use lazifier
You can download a sample from Downloads tab. The sample is a Spring web project generator. Unzip the sample anywhere u like.
Go to console and set the environment.
Windows:
set LAZIFIER_HOME=C:path olazifierset PATH=%PATH%;%LAZIFIER_HOME%in
Mac OS X (or Linux):
LAZIFIER_HOME=/path/to/lazifierPATH=$PATH:$LAZIFIER_HOME/bin
To create a project using the Spring generator, create a directory in your workspace:
mkdir mya