I've created a SpringBoot App that includes code to start an Ignite standalone node and populates a cache. The logic is wrapped in a PostConstruct method on a Bean. However Ignite server stops as soon as app returns from the method to start Ignite server and populate cache. I would like to be able to connect to the server from a thin client embedded on a different app.
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
