Skip to content

Instantly share code, notes, and snippets.

@2013techsmarts
Created June 18, 2017 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2013techsmarts/89176b26cd2bbe9146edd510cab82db4 to your computer and use it in GitHub Desktop.
Save 2013techsmarts/89176b26cd2bbe9146edd510cab82db4 to your computer and use it in GitHub Desktop.
Slack Notifications
spring.boot.admin.notify.slack.webhook-url=https://hooks.slack.com/services/T8787879tttr/B5UM0989988L/0000990999VD1hVt7Go1eL //Slack Webhook URL of a channel
spring.boot.admin.notify.slack.message="*#{application.name}* is *#{to.status}*" //Message to appear in the channel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment