Re: ngrinder3.5.0版本,develop分支,本地spring boot启动成功登录后,点击"下载代理",报错ERROR PackageHandler.java:50 : Error while loading dependencies.txt
Posted by leedonggyu on
URL: http://ngrinder.373.s1.nabble.com/ngrinder3-5-0-develop-spring-boot-ERROR-PackageHandler-java-50-Error-while-loading-dependencies-txt-tp2604p2605.html
Hi thanks for using ngrinder.
If you run ngrinder 3.5.0 on IDE something like Intellij agent download feature not working correctly.
except for this feature there will be no other problem as you participate in development.
(you may have to build npm for the frontend module)
for non-development purposes you have to build with gradlew(./gradlew clean build -x test)
and run ngrinder-xxx.war (java -jar ngrinder-xxx.war)
you can find war in ngrinder-controller/build/lib
thanks.