/vanilla

Vanilla Project - a few quick start projects for exploring Java technology stack.

Primary LanguageJavaApache License 2.0Apache-2.0

Vanilla Project

Welcome to my vanilla project - a few quick start projects for exploring Java technology stack. Modules are vanilla in their own nature, simpleton. But they could potentially be a foundation for a bigger project. Read each module README for further details if any.

If this help you, consider giving a star to this repo! :)

ciao,
Victor

Quick Demo

Quick Start

git clone https://github.com/victorskl/vanilla.git
cd vanilla
mvn package

(OR build individual module)

cd vanilla/vanilla-one
mvn package
cp target/vanilla-one.war {Apache-Tomcat}/webapps/

cd vanilla/vanilla-two
mvn package
cp target/vanilla-two.war {Apache-Tomcat}/webapps/

...so on