spring-boot-thin-launcher
spring-boot-thin-launcher copied to clipboard
Tools for building "thin" executable jars, with a focus on, but not exclusively for, Spring Boot
I receive a 401 unauthorized on every call to the private repo even though the maven settings file is set up fine. When the thin.properties file is not there, the...
It makes sense to prepend the explicitly supplied libs to the classpath to be able to override auto-resolved dependencies. This is handy to ensure locally built and/or SNAPSHOT dependencies can...
Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 3.4 to 4.8.0. Release notes Sourced from org.codehaus.plexus:plexus-archiver's releases. 4.8.0 🚀 New features and improvements Add tzst alias for tar.zst archiver/unarchived (#274) @slawekjaranowski 🐛 Bug Fixes detect...
``` xml cn.xuyanwu spring-file-storage-parent 0.4.0 system ${project.basedir}/src/main/resources/lib/spring-file-storage-0.4.0.jar hutool-core cn.hutool ```` ```java [ERROR] 'dependencies.dependency.systemPath' for cn.xuyanwu:spring-file-storage-parent:jar must specify an absolute path but is ${project.basedir}/src/main/resources/lib/spring-file-storage-0.4.0.jar @ line 164, column 25 at hidden.org.apache.maven.model.building.DefaultModelProblemCollector.newModelBuildingException(DefaultModelProblemCollector.java:197)...
Hi all, I tried the thin-launcher experiment but I found that behind my company maven/nexus setup it doesn't work, In my worker environment I don't have direct access to maven...
Cannot locate launcher: /root/.m2/repository/.../spring-boot-thin-launcher-1.0.27.RELEASE-exec.jar
When I maven build my project, all is good. When I try to run it, I get: ``` Exception in thread "main" java.lang.IllegalStateException: Cannot locate launcher: /root/.m2/repository/org/springframework/boot/experimental/spring-boot-thin- launcher/1.0.27.RELEASE/spring-boot-thin-launcher-1.0.27.RELEASE-exec.jar at org.springframework.boot.loader.wrapper.ThinJarWrapper.launch(ThinJarWrapper.java:131)...
Build file 'D:\spring-boot-thin-example\build.gradle' line: 39 A problem occurred evaluating root project 'spring-boot-thin-example'. > Failed to apply plugin 'org.springframework.boot.experimental.thin-launcher'. > Cannot run Project.afterEvaluate(Action) when the project is already evaluated. * Try:...
version: 1.0.31.RELEASE steps: 1. java -jar ./app.jar --thin.classpath=properties > thin.properties 2. java -jar ./app.jar --thin.trace=true  exceptions:  temporary fix: 