ilya.kasnacheev wrote > It seems that somebody (like spring boot) have started > > org.apache.ignite.cache.CacheManager > > > How to prevent it I am unaware, you should probably consult with Spring > Boot docs.
Thank you very much! It seems that spring.cache.type: simple put in application.yml file switches off starting of org.apache.ignite.cache.CacheManager. But it is not clear, how spring.cache.type: simple can influence on other things loaded by spring boot (I'm using by now also some other database via hibernate). Certainly it would be better to exclude starting of org.apache.ignite.cache.CacheManager via some parameter specific namely for Ignite. Thanks once again for your help! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
