Skip to content

Commit b07cb42

Browse files
Merge pull request #237056 from domainname/domainname-patch-8
Fix appName
2 parents 4aa4648 + c9019f4 commit b07cb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/how-to-maven-deploy-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To generate configurations and deploy the app, follow these steps:
133133
<configuration>
134134
<subscriptionId>xxxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx</subscriptionId>
135135
<clusterName>v-spr-cld</clusterName>
136-
<appName>customers-service</appName>
136+
<appName>hellospring</appName>
137137
```
138138

139139
The POM file now contains the plugin dependencies and configurations.

0 commit comments

Comments
 (0)