https://github.com/daggerok/static-content-webjar-dependencies
Using static content of webjar dependencies in spring-boot 2.x web applications.
https://github.com/daggerok/static-content-webjar-dependencies
gradle spring-boot webjars
Last synced: 7 months ago
JSON representation
Using static content of webjar dependencies in spring-boot 2.x web applications.
- Host: GitHub
- URL: https://github.com/daggerok/static-content-webjar-dependencies
- Owner: daggerok
- License: mit
- Created: 2018-04-29T16:03:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T05:51:36.000Z (over 7 years ago)
- Last Synced: 2025-01-10T00:41:46.946Z (9 months ago)
- Topics: gradle, spring-boot, webjars
- Language: JavaScript
- Size: 709 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= static-content-webjar-dependencies image:https://travis-ci.org/daggerok/static-content-webjar-dependencies.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/static-content-webjar-dependencies"]
//tag::content[]
This repository shows how to:- split out monolith into backend and frontend
- build particular frontend webjar and deploy it into local maven repository
- there are could be a few different frontend implementations support at the moment (ng, vue, nuxt, react, etc...)
- configure and depends on webjars static content into your spring boot 2.x backend webapp
- any of these four available in this example fronted implementations could be quickly and easily replaced and rebuilt in a minutes...
//end::content[]