Skip to content

paulc4/spring-resource-handling

 
 

Repository files navigation

Spring Resource Handling

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 RESOURCES_PROJECTROOT=`pwd` ./gradlew :server:bootRun

Or the production version (more optimizations):

./gradlew :server:bootRun

Then go to:

Interesting parts of the application:

Releases

No releases published

Packages

No packages published