You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't compile:
My environment is Maven3.6 + scala2.12.8 + java1.8
For example, I have a class like this: case class AreaModel(code: String, name: String, level: String, parent: String, code_short: String)
run compile and gened
AreaModel.java and AreaModel$.java
but, Maven throws some errors similar to: abstract and static: static public abstract boolean canEqual (Object that) ;
How should I solve it?