Developing DBeaver with IntelliJ IDEA #37819
-
Hi everyone, According to the official wiki guide, I’ve successfully set up and run DBeaver locally using IntelliJ IDEA. However, I have a question: after I make code changes in IDEA, I find that I need to manually compile the affected module using the mvn command in the terminal and then restart the application for the changes to take effect. Is there a more efficient way to apply changes (especially UI-related or plugin-related ones) directly from IDEA without rebuilding via the command line every time? For example, can I use IntelliJ's internal build system or hot reload techniques to speed up the dev-test cycle? Any suggestions or best practices are appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Weird, what happens when you compile using IDEA? |
Beta Was this translation helpful? Give feedback.
@EastLord, you can make it do that by adding the following options. After that, I would recommend moving the launch configuration from the
Generated
folder to avoid it being rewritten.