An open API service indexing awesome lists of open source software.

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.

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[]