Skip to content

Commit

Permalink
Fix XML tag (#4821)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti authored Jul 10, 2024
1 parent e4a0a11 commit 466f5c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Starter AOP dependency to your project:
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>>spring-boot-starter-aop</artifactId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 466f5c9

Please sign in to comment.