edp963 / davinci

Davinci is a DVsaaS (Data Visualization as a Service) Platform
https://edp963.github.io/davinci
Apache License 2.0
4.89k stars 1.82k forks source link

Configure ldap, 找不到或无法加载主类 edp.DavinciServerApplication #2341

Open xxxuexx opened 11 months ago

xxxuexx commented 11 months ago

Specific modification file is: server/SRC/main/Java/edp/davinci/service/impl LdapServiceImpl. Java, only need to modify findByUsername method about LDAP in related fields.,

I'm run mvn clean package command in the root directory,it will generate a zip file in the assembly/target, which is a release package,generate a zip file in the assembly/target, unzip this zip,run ./start-server.sh error,错误: 找不到或无法加载主类 edp.DavinciServerApplication 原因: java.lang.ClassNotFoundException: edp.DavinciServerApplication