We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7946498 + b4ba55e commit f6665bfCopy full SHA for f6665bf
articles/spring-apps/migration/migrate-application-live-view.md
@@ -63,7 +63,7 @@ Azure Spring Apps previously provided built-in integration with Tanzu Applicatio
63
```java
64
@SpringBootApplication
65
@Configuration
66
- @EnableAutoConfiguration // Use a discovery service instead of Spring Boot Admin Clinet. The rest is done by our AutoConfiguration.
+ @EnableAutoConfiguration // Use a discovery service instead of Spring Boot Admin Client. The rest is done by our AutoConfiguration.
67
@EnableDiscoveryClient // Enables the service to register with a discovery service
68
@EnableAdminServer
69
public class SpringBootAdminApplication {
0 commit comments