Getting Started
Welcome to Vault Java SDK! This tutorial will walk you through how to run and edit a record trigger, including how to set up your development environment to develop with Vault Java SDK.
The steps in this Getting Started include:
- Prerequisites: To develop with the Vault Java SDK, you need all of the tools for Java development and a sandbox Vault.
- Vault Setup: Configure your sandbox Vault with the provided record trigger.
- Run a Record Trigger: In your newly configured sandbox Vault, run your first record trigger!
- Development Setup: Before making changes to the record trigger, you need to set up an IntelliJ® project and configure your POM file to import Vault Java SDK.
- Write Custom Code: Write your first piece of custom code that modifies the behavior of the sample record trigger.
- Deploy Custom Code: Deploy your edits to the sample record trigger to your sandbox Vault.