Skip to content

Example Application using Tomcat, Java Spring, and Angular 2

Notifications You must be signed in to change notification settings

rmzi/tomcat_spring_angular2_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomcat Spring Angular 2 Example Application

What

Example application using the above-mentioned stack. Tests included.

Why

Show basic development environment using stack. Also show how to express the environment as code using Docker.

How

Dependencies:

Usage:

  • mvn compile
    • Compiles codebase, runs tests, then creates /target/ directory with compiled code.
  • mvn package
    • Packages codebase into .jar in /target/
  • java -cp target/wf_example-1.0.SNAPSHOT.jar com.mckinsey.wf_example.HelloWorld
    • Output should be Hello, Ramzi
    • TODO:
      • Add test to verify stdout

Who

Author: @rmzi

About

Example Application using Tomcat, Java Spring, and Angular 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages