Skip to content

pwrsoft/angular2-spring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-spring

This example shows how to do a paginated table with Angular 2 and Spring ( RestController )

Installation

The Back End

You'll need Maven 3+ and Java 8

The Front End

  • npm install to install Node packages
  • bower install to install Bower packages ( run npm install -g bower if you don't have Bower already installed )

Run

The Back End

  • run.sh to start an embedded Jetty Server ( with an embedded H2 database )

The Front End

  • gulp play

About

Angular 2 and Spring Integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.8%
  • CSS 5.0%
  • Java 1.1%
  • Other 1.1%