Rework push server so it holds the subscriptions in a DB
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
2. How to use the client-lib in a client application
|
||||
====================================================
|
||||
- Include property 'push-service-client.serverUrl=' and set it to the path to the server part
|
||||
- (optional) Enable loggin via property 'logging.level.de.pushservice=DEBUG'
|
||||
- (optional) Enable logging via property 'logging.level.de.pushservice=DEBUG'
|
||||
- Enable component scan in app configuration via '@ComponentScan("de.pushservice.client")'
|
||||
- Obtain an instance of SubscriptionService via '@Autowired'
|
||||
- Add a JavaScript file with content 'registerServiceWorker();' to register the service worker and subscribing at the
|
||||
|
||||
Reference in New Issue
Block a user