Hello! I don't think that it is issue on Ignite's end. You could talk to Spring about this issue, but I think the point of Spring Boot is auto-init everything so they might disagree.
Regards, -- Ilya Kasnacheev сб, 26 янв. 2019 г. в 01:55, Ilya Roublev <[email protected]>: > 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/ >
