spring-boot-thin-launcher
spring-boot-thin-launcher copied to clipboard
include/exclude of libs, like hybrid mode
in this tool, all libs will be out of thin jar.
but my project has two module, and ont depend on another.
like multi of samples, application depend on library.
and I expect that library.jar build in application's thin jar.
like the normal spring boot jar, under BOOT-INF/lib
dir.
and other dependencies are under thin.root/repository
dir, out of thin jar.
i has seen #15 , but there are diff its lib is a external jar my lib is one of my project
meet the same question
I have the same question here.