简体   繁体   中英

Micronaut + Intellij = is clean compilation required?

Is clean compilation required, if I am using Intellij and Micronaut with lombok and micronaut data annotation processors? Java 14.

It seems for me, any code change is not visible during next app run without clean compilation or no?

It depends on what you consider a clean compilation . If you're talking about Intelli-Sense, then even clean build will not guarantee to not emit false-positives. If you're talking about an actual compilation process (the actual errors you get when trying to compile the project), then yes, it is a known bug 1 that the combination of those two produces the unexpected, incorrect errors.


1 or rather, an incovenience based on the inability to correctly correctly coexist.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM