Zhonglu
Zhonglu
谢谢PR,第三方的包如果是源码里要用的,那只能改源码了。 JDBC jar包没有被加到pom里的原因是 1. jdbc driver有license的问题 2. 我不知道用户会用什么数据库,不可能把所有的数据库driver都加进来。所以做成driver放在jdbc-drivers下就可以在运行时加载了。用户自己选择。 PR里你还修改了源码中修改了logback的配置,这个其实我也是想让有需求的用户,可以在运行时外部加载自己需要的配置,这样就可以覆盖源码里的了。--logging.config=logback.xml 最后你commit的application.properties里好像暴露数据库的连接信息了。
Thanks for using Poli. May I know what's the use case for drilling into the current report? Could you try add filters to the current report and use them to...
Hey man. Thanks for the PR. I tested it and it works well. The only problem is if I refresh the page for example, http://localhost:6688/poli/workspace/report. All resource files are redirected...
The application is mainly a spring boot app. I found two links on how to generate a war file for it. 1. https://spring.io/guides/gs/convert-jar-to-war/ 2. https://www.baeldung.com/spring-boot-war-tomcat-deploy I haven't tried them yet....
Sorry, there is no doc for adding new code. There is a [how to build chapter](https://shzlw.github.io/poli/#/build). The backend is a pretty standard spring boot application. You can create a custom...
Hey, thanks for using Poli. I can reproduce your issue. It throws a no class found error when I try to test the connection because it cannot find the httpclientcomponent...
I only tested the data source connection by clicking the ping button. Did you get the exception when you try to ping the database or it happened when you tried...
Docker in my Ubuntu is messed up. I will need to try it on my Mac. Please just try install Poli through release zip to see if you still get...