dbeaver / cloudbeaver

Cloud Database Manager
https://dbeaver.com/
Apache License 2.0
3.52k stars 382 forks source link

After modifying the Java code and restarting CloudBeaver, the code does not take effect #3037

Open cecyLDY opened 1 week ago

cecyLDY commented 1 week ago

After modifying the Java code and restarting CloudBeaver, the code does not take effect

How can we make the modified Java code take effect, only by re executing mvn clean verify $MAVEN-COMMON_OPTS Headless platform?

EvgeniaBzzz commented 1 week ago

Hi @cecyLDY After modifying Java code you should rebuild application. If you run IDEA/Eclipse you can just build it in the IDE. Or you can build image using build.sh.

cecyLDY commented 1 week ago

Thank you

cecyLDY commented 1 week ago

Another quession,how to config route?

EvgeniaBzzz commented 1 week ago

@cecyLDY Which route do you mean?

cecyLDY commented 6 days ago

@EvgeniaBzzz Hello, may I ask how to modify the front-end routing and page? Do you have any examples or materials to refer to

EvgeniaBzzz commented 5 days ago

@cecyLDY You can set this with server.rootURI variable in config file. Here is example configuration.