Releases: bvfnbk/webjars-example
Releases · bvfnbk/webjars-example
2.0
The frontend artifact is built using Apache Maven. The assets are accessible at
/assets/webjars-frontend/js/GreetingService.js
/assets/webjars-frontend/css/frontend.css
/assets/webjars-frontend/index.htmlThe index.html has been updated to include the assets using the updated paths.
Please note: The default page does not work anymore.
What's Changed
New Contributors
Full Changelog: 1.0...2.0
1.0
This is the first MVP.
- The
backendserves thefrontendassets: it requires the environment variableUI_ROOT_DIRECTORYwhich contains
the path to the assets. - The
backendserves a "Greeter" REST endpoint. - The
frontendcontains a simple form request a "Greeting".
Full Changelog: https://github.com/bvfnbk/webjars-example/commits/1.0