其他分享
首页 > 其他分享> > 如何在SpringBoot中配置其他类路径?

如何在SpringBoot中配置其他类路径?

作者:互联网

我想制作独立的Web应用程序.
我有一些SpringBoot的问题.

我的应用程序是SpringBoot的一个jar文件.

但我的应用程序通常需要jdbc驱动程序jar.
我想为我的应用程序排除jdbc驱动程序jar.
我想从lib文件夹中读取库jar.

但SpringBoot lib文件夹是BOOT-INF / lib是最终的静态.

所以,我想为jdbc驱动程序jar添加外部类路径(lib).

如何在SpringBoot中配置其他类路径.
是可用的么?

解决方法:

您可以在以下链接中参考弹簧靴:

https://docs.spring.io/spring-boot/docs/current/reference/html/executable-jar.html#executable-jar-property-launcher-features

You can use the loader.path property to define a lib folder location

标签:q,java,spring,spring-boot,external
来源: https://codeday.me/bug/20191008/1870035.html