我使用的IDE是IDEA14.1.6,想要在controller获取get方法。
编译时没有错,但是执行之后出错
Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Tue Mar 01 21:15:14 CST 2016 There was an unexpected error (type=Internal Server Error, status=500). com.luoyelingluo.entity.Test.getName()Ljava/lang/String;
參考
注意這裡
我開始也是這個問題,在eclipse裡面就不會有這個問題, 後來轉到intellij idea 15 裡面就編譯成功,但是就是沒有get方法, 然後去下載了一個插件集成Lombok plugin 0.9.8.15 直接在plugins 裡面下載重啟,你看這個方法行不行