Relative Content

Tag Archive for intellij-idea

IntelliJ not able to read paths other than absolute path

I am having a multi-module project. I am trying to access a file from one module in another file of another module. If I provide the absolute path, It is able to read the file. But on providing the relative path, it is not able read and shows NoSuchFileFound exception.

Can I manage a file of database connection configurations used by InteliJ?

I would appreciate a csv or text file solution I can use to manage and load all my database configurations in InteliJ. Is anyone aware of how to do this? The reason I want to manage in csv / text files is that my team gets our database configurations from a central registry in our micro service environments. I want to write my own refresh script to build an updated list of database connection configurations and import them into intelij. Having a file location read by intelij would make my script more convenient. Thanks