https://github.com/seratch/bolt-dropwizard-app
https://github.com/slackapi/java-slack-sdk/issues/760
https://github.com/seratch/bolt-dropwizard-app
Last synced: 12 months ago
JSON representation
https://github.com/slackapi/java-slack-sdk/issues/760
- Host: GitHub
- URL: https://github.com/seratch/bolt-dropwizard-app
- Owner: seratch
- License: mit
- Created: 2021-06-14T03:18:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T03:40:58.000Z (about 5 years ago)
- Last Synced: 2025-03-14T03:12:02.294Z (over 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SlackBolt
How to start the SlackBolt application
---
1. Run `mvn clean install` to build your application
1. Start application with `java -jar target/bolt-dropwizard-app-1.0-SNAPSHOT.jar server config.yml`
1. To check that your application is running enter url `http://localhost:8080`
Health Check
---
To see your applications health enter url `http://localhost:8081/healthcheck`