/spring-resource-handling

Spring Framework 4.1 Resource Handling example

Primary LanguageJava

Spring Resource Handling

This application demonstrates new resource handling features in Spring Framework 4.1. 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: