https://github.com/t1/jee-webjars-locator
Provides a way to locate WebJars resources in a JEE/JAX-RS environment without the need to repeat the version of the WebJar in the path.
https://github.com/t1/jee-webjars-locator
Last synced: about 1 year ago
JSON representation
Provides a way to locate WebJars resources in a JEE/JAX-RS environment without the need to repeat the version of the WebJar in the path.
- Host: GitHub
- URL: https://github.com/t1/jee-webjars-locator
- Owner: t1
- License: apache-2.0
- Created: 2024-07-19T15:08:24.000Z (about 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-11-15T21:55:41.000Z (over 1 year ago)
- Last Synced: 2024-11-15T22:32:51.887Z (over 1 year ago)
- Language: Java
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= JEE WebJars Locator
Provides a way to locate https://www.webjars.org[WebJars] resources in a https://jakarta.ee/specifications/restful-ws/[Jakarta REST/JAX-RS] environment without the need to repeat the version of the WebJar in the path.
It also provides static files (and with the correct `Content-Type` derived from the file extension) when the application is in the root path, e.g. when the `.war` file is called `ROOT.war` in WildFly.