I\'m writing a short web form application using spring boot and thymeleaf on IntelliJ, but it seems that in the html file, all fields in the model cannot be resolved. Here is my
This is a problem with IntelliJ: IDEA-132738.
Basically IntelliJ is unable to locate the model variables when Spring Boot has been used to autoconfigure everything.