spring-projects-experimental / spring-boot-thin-launcher

Tools for building "thin" executable jars, with a focus on, but not exclusively for, Spring Boot
https://github.com/dsyer/spring-boot-thin-launcher
Apache License 2.0
681 stars 90 forks source link

Download dependencies from Custom Repository #134

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi, I am using spring boot with thin jar and it works great but I have a server that for a security reason has only access to our nexus server in order to get requirement dependencies but as far as I know spring-boot-thin-jar downloads dependencies through central maven or uses local cache. Is there a way or command to tell the application to download dependencies from another custom repository?