Data Essentials Installation Guide
Configuring NES for Spring - Data Essentials
System Requirements
See our Minimum Requirements for using NES for Spring products.
Maven
- Update your
pom.xml
with NES package versions and repository details - Set up Maven settings with your access token
- Install & Run!
Example References Application
You can access and clone the these sample applications using NES for Spring to try out installing and building. A more detailed README file is provided in the example application.
Additionally, you can view an example Github commit to see exactly what code aspects to change to drop-in NES packages.
Detailed Maven Instructions
1. Update your Maven build files
Substitute Spring dependencies in your pom.xml
like the following example (use appropriate version).
Look up a specific artifact version in the "NES for Spring Artifacts: Paid Versions" table.
2. Set Up Access
See our Registry Access guide for setting up a Maven settings.xml
with access the HeroDevs NES registry.
The ID of "herodevs-nes-registry" should match that of the ID for source and plugin repositories in the applications' pom.xml
(or parent pom.xml
). See example snippet above.
3. Install and Run
Install and run your application
If your Maven settings.xml file is located in a path other than Maven's global path, use "-s path/to/settings.xml
"
Gradle
Example Reference Application
If you would like to see an example of the install, refer to the sample application for using NES for Spring Foundations. A more detailed README file is provided in the example application.
Additionally, you can view an example git diff to see exactly what code aspects to change to drop-in NES packages.
Detailed Gradle Instructions
1. Update your Gradle build files
Substitute Spring Boot references in your build.gradle
like the following
Look up a specific artifact version in the "NES for Spring Artifacts: Paid Versions" table.
2. Set Up Access
For more information, see our Registry Access guide for configuring Gradle with the HeroDevs NES registry.
Add NES repository information to global Gradle properties file (e.g. ~/.gradle/gradle.properties
)
Add the NES Maven repository to Gradle build files.
3. Install and Run
Install and run your application
Additional Information
The direct download URLs for NES for Spring artifacts follow this format:
Portion | Value |
---|---|
base_url | https://registry.nes.herodevs.com/maven/com/herodevs/nes/springframework/data |
package_name | spring-data-jpa |
version | 2.7.18-spring-data-jpa-2.7.19 |
filename | package_name + version + extension |