Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.09 KB

README.md

File metadata and controls

35 lines (23 loc) · 2.09 KB

Spring Resource Handling

Build Status

This application demonstrates new resource handling features in Spring Framework 4.1. It was originally developed for the talk Resource Handling in Spring MVC 4.1 talk at SpringOne2GX 2014.

This projects requires a local install of node+npm (see nvm).

The easiest way to get started - from the project root - development version:

SPRING_PROFILES_ACTIVE=development ./gradlew :server:bootRun

Or the production version (more optimizations):

SPRING_PROFILES_ACTIVE=production ./gradlew :server:bootRun

Then go to:

Interesting parts of the application: