@CrossOrigin 注释不编译

@CrossOrigin annotation doesn't compile

我正在使用 spring boot 1.5.4,@crossorigin 无法使用 JDK 1.7 进行编译 它用 JDK 1.8 编译,但我只需要 1.7

错误:(19, 1) java:注释 org.springframework.web.bind.annotation.CrossOrigin 缺少属性

的值

我该怎么办? 我正在使用 InteliJIdea

尝试将您的 JDK 7 更新到最新版本。

我在这个 link

的评论部分找到了这个解决方案

It says that this was a known and resolved issue in java 1.8 and has been back-ported to java 7. So, Update to the latest java 7 version (7u80) or Java 8 version.