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

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -