Creating a NoSQL Project in IntelliJ
Learn how to create a NoSQL project in IntelliJ.
Perform the following steps:
- Open IntelliJ IDEA. Click File > New > Project.
- Enter a value for Project Name and Project Location. Select Create.
- Select a build system and JDK path.
- IntelliJ creates your NoSQL project directory, which includes a sample Java file. If you have selected Maven as the build system, your project directory also includes a pom.xml file.
- Make sure Notifications are enabled for your Oracle NoSQL project. To enable Notifications, press
Alt+\to open Main Menu. Select View, expand Tool Windows > Notifications. A Notification icon
appears on the right tool window bar.
After you successfully created a NoSQL project in IntelliJ, you can connect your project to your data store.