You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: