Skip to content

bclozel/spring-resource-handling

Repository files navigation

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: