Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The easiest way to load data is to run the ResetDevDatabase integration test.  It performs a series of mojo calls that load the "stock" development database.  \You  You will need several pieces of information

...

Code Block
# start in the project root
cd integration-test
mvn install -Preset -DurnDrun.config.umls=c:/umlsserver/config/config.properitesproperties -DskipTests=false -Dmaven.home=c:/apache-maven-3.23.59

 

Alternatively, you can set up an Eclipse run configuration for this.  For example,

...