zouabimourad / angular2-spring

Angular 2+ and Spring Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular 2+ Spring Boot Integration

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

Installation

The Back End

You'll need Maven 3+ and Java 8

The Front End

  • npm install -g @angular/cli to install angular cli ( globally )

  • npm install to install Node packages

Run

The Back End

  • mvn spring-boot:run to start spring boot

The Front End

  • ng serve --proxy-config proxy.conf.json

About

Angular 2+ and Spring Integration


Languages

Language:TypeScript 61.5%Language:HTML 19.5%Language:Java 15.8%Language:JavaScript 2.9%Language:CSS 0.2%