Skip to content

Commit bdf2aac

Browse files
authored
Fix spring boot read me (#671)
* fix the artifact name in readme * fix the artifact name gradle in readme
1 parent b175c46 commit bdf2aac

File tree

1 file changed

+1
-1
lines changed
  • azure-application-insights-spring-boot-starter

1 file changed

+1
-1
lines changed

azure-application-insights-spring-boot-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Spring Boot 1.5+ or 2.0+
1111
*1. Add dependency*
1212
Gradle:
1313
```groovy
14-
compile "com.microsoft.azure:azure-application-insights-spring-boot-starter:${version}"
14+
compile "com.microsoft.azure:application-insights-spring-boot-starter:${version}"
1515
```
1616

1717
Maven:

0 commit comments

Comments
 (0)