项目作者: zouabimourad

项目描述 :
Angular 2+ and Spring Integration
高级语言: TypeScript
项目地址: git://github.com/zouabimourad/angular2-spring.git
创建时间: 2015-06-12T16:01:47Z
项目社区:https://github.com/zouabimourad/angular2-spring

开源协议:

下载


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