Dynamically add jars to SpringBoot at runtime

后端 未结 1 1435
感动是毒
感动是毒 2021-01-03 11:23

I\'m using SpringBoot 1.4.2. I want to be able to launch my SpringBoot application from the command line, specifying additional, external jars that should also be component

相关标签:
1条回答
  • 2021-01-03 12:15

    You're using the wrong launcher. Support for loader.path and loader.main is provided by PropertiesLauncher but you're using JarLauncher.

    0 讨论(0)
提交回复
热议问题