carlosCharz / fcmxmppserverv2

XMPP Connection Server for FCM using the latest version of the Smack library (4.3.4) + Connection Draining Implementation
47 stars 33 forks source link

Spring Deployment #20

Closed famagusta closed 5 years ago

famagusta commented 6 years ago

Hi,

I am trying to set up this project in spring boot. Have you figured out how to do this? I am completely new to Spring and XMPP.

Great repo by the way. Thanks for it.

Regards Robin

carlosCharz commented 6 years ago

Hi @famagusta yes I did with spring boot but the core is the same. I am still working with a better solution for the FCM connection draining. The project was migrated to that but it is the same. I just use conf properties. Created some beans. Use the predestroy method, the post construct, etc.