Last active
July 15, 2020 23:52
-
-
Save christianoguedes/44c6535c1c27ff957ea7422bb1770e23 to your computer and use it in GitHub Desktop.
actuator - ratelimit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| <dependencies> | |
| ... | |
| <!-- metrics dependency - actuator !--> | |
| <dependency> | |
| <groupId>org.springframework.boot</groupId> | |
| <artifactId>spring-boot-starter-actuator</artifactId> | |
| </dependency> | |
| ... | |
| </dependencies> | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment