Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.9 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.9 KB

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: