2018-12-04 17:01:22,523 [/-] WARN [org.springframework.beans.factory.support.DefaultListableBeanFactory]RMI TCP Connection(5)-127.0.0.1 - Bean creation exception on FactoryBean type check: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'esiWarehouseMapper' defined in URL [jar:file:../EsiWarehouseMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': : Error creating bean with name 'sqlSessionFactory' defined in file [G:..\applicationContext-mybatis.xml]: Initialization of bean failed; nested exception is java.lang.StackOverflowError;
2018-12-04 17:01:22,523 [/-] WARN [org.springframework.beans.factory.support.DefaultListableBeanFactory]RMI TCP Connection(5)-127.0.0.1 - Bean creation exception on FactoryBean type check: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'esiTypeMapper' defined in URL [jar:file:../EsiTypeMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': : Error creating bean with name 'sqlSessionFactory' defined in file [G:..\applicationContext-mybatis.xml]: Initialization of bean failed; nested exception is java.lang.StackOverflowError;
看你这个最后的报错是:java.lang.StackOverflowError;,栈溢出,你配置ide环境变量内存大一些试试。