Spring Session (MongoDB) #WIP#
==============================
https://github.com/spring-boot-tutorials/spring-session-mongodb
Create Initial Code Base
------------------------
- Go to https://start.spring.io/
- Add the following dependencies:
- spring-boot-starter-web
- spring-session-hazelcast
- lombok
- Click ``Generate``
Dependencies
------------
Dependencies used in ``pom.xml``:
.. code-block:: xml
org.springframework.boot
spring-boot-starter-web
org.springframework.session
spring-session-hazelcast
org.projectlombok
lombok
true
TODO
----