Skip to content

Jetbrains springBoot run configuration setup

Luke Short edited this page Apr 17, 2023 · 8 revisions

Run Configuration

What?

abd-vro system involves running numerous docker containers, which can be costly in terms of build time as well as system memory.

Screenshot 2023-04-10 at 9 30 28 AM

This guide serves as a set of instructions to run the vro-app-1 container as a run configuration for IntelliJ ide.

This allows developers to more quickly spin down and spin up new changes when testing the code.

Setup

  • create this directory on your system (via Terminal.app or in the terminal inside your IDE)
PERSIST_TRACKING_FOLDER=/tmp/persist/tracking
mkdir -p $PERSIST_TRACKING_FOLDER
  • In IntelliJ ide, navigate to top right -> edit configurations
  • add new run configuration for spring boot
  • name it whatever you want
  • under environment variables set the following (comma separated)
Clone this wiki locally