new SuperSpeed USB device number 2 using xhci_hcdJun 22 22:22:12 host kernel: [10288570.886457] usb 2-device strings: Mfr=1, Product=2, SerialNumber=3
Jun 22 22:22:12 host kernel:
这是dmesg插入USB驱动器时返回的内容:[989699.722098] scsi7 : usb-storage 2-2:1.0
[989721.936053] usb 2-2: reset high-speed USB device number 4 using ehci_hcd[989732.180053] usb 2-2: reset high-speed USB
我想做一个独立的web应用程序。我对SpringBoot有些问题。但我的应用程序通常需要jdbc驱动程序jar。我想为我的应用程序排除jdbc驱动程序jar,并从lib文件夹中读取库jar。
但是SpringBoot库文件夹是BOOT-INF/lib is final static。如何在SpringBoot中配置额外的类路径。有空的吗?