# slack-spring-boot-starter **Repository Path**: fanyun/slack-spring-boot-starter ## Basic Information - **Project Name**: slack-spring-boot-starter - **Description**: springboot slack通知 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-13 - **Last Updated**: 2024-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slack-sprint-boot-starter #### Description ```yml cyberx: slack: # unique by bot.id + channel.id bot-config-list: - id: "U065*******" # bot id name: "bot-name****" # bot name token: "xoxb-*****************************************************" # start with 'xoxb-' - id: "U02K*******" name: "bot-name****" token: "xoxb-*****************************************************" channel-config-list: - id: "C065*******" # channel id name: "channel-name****" # channel name - id: "C02E*******" name: "channel-name****" ... ``` #### java module config ```java module X { requires slack.spring.boot.starter; // require slack.starter } ```