在SpringBoot应用程序中调度后,Heroku会抛出以下异常: [heroku-exec] ERROR: Could not connect to proxy!Waiting 10 seconds before retry...
[heroku-exec] ERROR: Could not connect to proxy!系统: org.springframework.scheduling.annotation.EnableScheduling、SpringBoot、Heroku 我通过重新启动中断了它。
我想做一个独立的web应用程序。我对SpringBoot有些问题。但我的应用程序通常需要jdbc驱动程序jar。我想为我的应用程序排除jdbc驱动程序jar,并从lib文件夹中读取库jar。
但是SpringBoot库文件夹是BOOT-INF/lib is final static。如何在SpringBoot中配置额外的类路径。有空的吗?