Aspectj表注释问题

时间:2016-08-22 16:04:45

标签: maven jpa aspectj

当我尝试在现有项目中添加aspectj-maven-plugin时,我添加了以下内容:     

[ERROR] The attribute indexes is undefined for the annotation type Table
    E:\T2_SupplierPortal_Angular\core\model\src\main\java\com\model\PaymentGrp.java:32
indexes={
^^^^
...

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.8:compile (default) on project model: AJC compiler errors: error at indexes={

似乎当我添加此插件时,它使用较旧版本的JPA而不是JPA 2.1。

我的配置:

file1.csv, file2.csv, ..., file15.csv

我不知道如何解决这个问题。谢谢

1 个答案:

答案 0 :(得分:0)

摆脱源代码中的语法错误,然后重试编译。它甚至可能不是AspectJ问题,只是一个Java语法问题。