Skip to content

Releases: bvfnbk/webjars-example

2.0

20 Jan 22:46
7077b86

Choose a tag to compare

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.html

The 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

  • Builds WebJar using Apache Maven. by @bvfnbk in #1

New Contributors

  • @bvfnbk made their first contribution in #1

Full Changelog: 1.0...2.0

1.0

20 Jan 16:26

Choose a tag to compare

1.0

This is the first MVP.

  • The backend serves the frontend assets: it requires the environment variable UI_ROOT_DIRECTORY which contains
    the path to the assets.
  • The backend serves a "Greeter" REST endpoint.
  • The frontend contains a simple form request a "Greeting".

Full Changelog: https://github.com/bvfnbk/webjars-example/commits/1.0