Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bclozel/resource-handling-workshop
Managing front-end assets in Spring Boot 1.3+ web applications
https://github.com/bclozel/resource-handling-workshop
Last synced: about 1 month ago
JSON representation
Managing front-end assets in Spring Boot 1.3+ web applications
- Host: GitHub
- URL: https://github.com/bclozel/resource-handling-workshop
- Owner: bclozel
- License: apache-2.0
- Created: 2015-04-23T16:12:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T21:57:12.000Z (almost 9 years ago)
- Last Synced: 2024-05-10T22:08:03.847Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 136 KB
- Stars: 4
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
# Spring Framework Resource Handling Workshop
This feature has been introduced in Spring Framework 4.1 and explained
in https://spring.io/blog/2014/07/24/spring-framework-4-1-handling-static-web-resources[this blog post].## Requirements
* Maven 3.2+
* JDK6+
* gitOptional:
* Node.js (see https://github.com/creationix/nvm[nvm])
* gradle (see http://gvmtool.net/[gvm])include::serverside/README.adoc[leveloffset=+1]
include::angularjs/README.adoc[leveloffset=+1]
include::jsmodules/README.adoc[leveloffset=+1]