eclipse - STS, Buildship 2.x and annotation processor -
i installed sts 3.8.4, created spring poject starter of type gradle (buildship 2.x) , can observed eclipse annotation processor not working. spring-boot-configuration-processor not recognized, normal ? thanks
yes, normal. in fact amongst known limitations of buildship plugins.
see: https://github.com/eclipse/buildship/wiki/migration-guide-from-sts-gradle-to-buildship
under: "features supported sts gradle"
annotation processing: jdt annotation processor configured when spring-boot-configration-processor present on project's classpath.
Comments
Post a Comment