https://github.com/sshtools/npm2mvn-spring-boot-example
NPM2MVN Spring Boot Example
https://github.com/sshtools/npm2mvn-spring-boot-example
Last synced: 10 months ago
JSON representation
NPM2MVN Spring Boot Example
- Host: GitHub
- URL: https://github.com/sshtools/npm2mvn-spring-boot-example
- Owner: sshtools
- Created: 2024-04-04T12:48:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:54:53.000Z (about 2 years ago)
- Last Synced: 2025-08-23T23:40:17.152Z (10 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Npm2Mvn Spring Boot Example
This is an example Spring Boot project that demonstrates how to use Npm2Mvn packages in Spring Boot applications.
[Npm2Mvn](https://npm2mvn.jadaptive.com/) is a bridge between NPM packages and the Maven build system. It automatically creates Maven artifacts (Jars) that include NPM modules so they can be accessed from the Java classpath.
## Why Npm2Mvn?
Java developers often need to include Javascript from NPM modules in web applications (think Bootstrap, JQuery, FontAwesome...). Npm2Mvn's automatic artifact generation means that the NPM assets no longer have to be included in your HTML resources and can be served directly from the classpath.