SpringBoot引入本地Jar包SpringBoot引入本地Jar包在SpringBoot项目中引入本地Jar包有两种常见的方法:直接在项目中引用和将Jar包安装到本地Maven仓库。
方法一:直接在项目中引用
创建lib目录:在项目
2025-02-06