Skip to content
Ram edited this page Oct 28, 2018 · 7 revisions

1. How to resolve the URI not absolute error while running jbot-example?

A. https://github.com/ramswaroop/jbot/issues/96

2. How can I run only slack or only facebook bot in jbot?

A. Set spring.profiles.active=slack or spring.profiles.active=facebook in application.properties file. If you want to run both then set spring.profiles.active=slack,facebook.