Java's ssm project, using maven, why web-inf 's lib doesn't have a jar package, but it works properly?

Feb.28,2021

because all jar packages are in the directory where maven downloaded the jar package, and the runtime is associated to that directory. When you pack the project, the jar package will be packed in

Menu