BotMill / fb-botmill

A Java framework for building bots on Facebook's Messenger Platform.
MIT License
72 stars 26 forks source link

Introduce a SpringBoot context #27

Closed alvin-reyes closed 7 years ago

alvin-reyes commented 7 years ago

We need to introduce a SprintBoot context to handle the get and post callbacks. This will be an alternative for developers that doesn't want to use web.xml/xml or servlet configuration.

aurasphere commented 7 years ago

Marked as wontfix (See #26 )

Manojjanaka commented 7 years ago

I got the fb-botmill configured with SpringBoot and You can find the sample project here