Skip to content

Instantly share code, notes, and snippets.

@christianoguedes
Last active July 15, 2020 23:52
Show Gist options
  • Select an option

  • Save christianoguedes/44c6535c1c27ff957ea7422bb1770e23 to your computer and use it in GitHub Desktop.

Select an option

Save christianoguedes/44c6535c1c27ff957ea7422bb1770e23 to your computer and use it in GitHub Desktop.
actuator - ratelimit
...
<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