Skip to content

Commit 049f0c0

Browse files
Merge pull request #273436 from KarlErickson/karler-fix
replace GUID in example
2 parents abf78d8 + af7fbc9 commit 049f0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/enterprise/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ If the polling is interrupted, you can still use the following command to fetch
148148
az spring app show-deploy-log --name <app-name>
149149
```
150150

151-
Ensure that your application is packaged in the correct [executable JAR format](https://docs.spring.io/spring-boot/docs/current/reference/html/executable-jar.html). If it isn't packaged correctly, you receive an error message similar to the following example: `Error: Invalid or corrupt jarfile /jar/38bc8ea1-a6bb-4736-8e93-e8f3b52c8714`
151+
Ensure that your application is packaged in the correct [executable JAR format](https://docs.spring.io/spring-boot/docs/current/reference/html/executable-jar.html). If it isn't packaged correctly, you receive an error message similar to the following example: `Error: Invalid or corrupt jarfile /jar/11111111-1111-1111-1111-111111111111`.
152152

153153
### I can't deploy a source package
154154

0 commit comments

Comments
 (0)