時,我得到一個NullPointerException飄飛在我的嵌入式碼頭應用: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.
我正在嘗試爲JMX配置EhCache。看起來我只需要使用EhCacheManager並將其註冊爲mBeanServer。 這裏是我的CONFIGS: @Configuration
public class EhcacheConf {
@Bean
public CacheManager getEhCacheManager() {
return getEhCache