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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

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