spring boot 2 + ehcache 解决: pom.xml <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> </dependency> 1234 <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> </dependency> ehcache.xm… Read More
Spring boot + Spring Integration 轮询邮件demo 问题: 解决: http://idorobot.com:10080/demo/spboot-in… Read More