Project Setup
Now, that the environment has been installed, we need a project directory where we will manage all our local project content. Chose any empty folder on your hard-drive for your Script project, for example:
.\Documents\BoomiScripts
The project template
The project templateWe are going to initialize that folder with the project template from GitHub.
Download the project template
from GitHub andUnzip its content into the
BoomiScriptsfolder (from above).

Start IntelliJ and File -> Open the
MyScriptsproject folder, that shows the black folder overlay.

Unfortunately, we are not yet done and IntelliJ need some first-time-use configuration., before we can start developing.
IntelliJ ConfigurationAdditional Notes
DO NOT create a new project within IntelliJ, because such project won't contain the required libraries and references, and testing and Boomi contexts won't be supported.
DO NOT create your project on a synched Google Drive folder.
G-Drive folders are not appropriate for development purposes because G-Drive keeps locks on files and folders which will lead to unpredictable results.
Last updated
