Update launcher dependencies due to boot changes

This commit is contained in:
Oleg Zhurakousky
2023-10-10 13:57:23 +02:00
parent 1f188e8e36
commit a037d3a16f
3 changed files with 9 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ import org.springframework.boot.loader.jar.JarFile;
/**
* The launcher class written at the top-level of the output JAR to be deployed to
* Google Cloud Functions. This is the entry point to the function when run from JAR.
* Google Cloud Functions. This is the entry point to the function when run from JAR.
*
* @author Ray Tsang
* @author Daniel Zou