daggerok / static-content-webjar-dependencies

Using static content of webjar dependencies in spring-boot 2.x web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static-content-webjar-dependencies Build Status

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…​

About

Using static content of webjar dependencies in spring-boot 2.x web applications.

License:MIT License


Languages

Language:JavaScript 52.9%Language:Vue 27.5%Language:TypeScript 12.2%Language:HTML 4.4%Language:Kotlin 2.0%Language:CSS 1.1%