Home > Software engineering >  IntelliJ IDEA Ultimate Edition marks all my Spring Boot properties as unused
IntelliJ IDEA Ultimate Edition marks all my Spring Boot properties as unused

Time:03-30

IntelliJ IDEA Ultimate Edition marks all my Spring Boot properties as unused.

  1. I am aware of enter image description here

    enter image description here

    Versions

    IntelliJ IDEA 2021.3.3 (Ultimate Edition)
    Build #IU-213.7172.25, built on March 15, 2022
    Runtime version: 11.0.14.1 1-b1751.46 amd64
    VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
    Windows 11 10.0
    Non-Bundled Plugins:
        com.intellij.ideolog (203.0.27.0)
        String Manipulation (9.4.0)
        dev.eltonsandre.intellij.spring.assistant.plugin (1.3.4)
        com.intellij.lang.jsgraphql (3.1.2)
        com.intellij.bigdatatools (213.5449.349)
        com.haulmont.jpab (2022.1.2-213)
    Kotlin: 213-1.5.10-release-949-IJ7172.25
    

    CodePudding user response:

    Have you installed Spring Initializr and Assistant plugin? I had this problem after install it. You can try to disable it.

    CodePudding user response:

    Have you tried invalidate cache? Maybe that could help you make it run. There are multiple options in invalidate cache, choose according to your use case.

    File > Invalidate Cache

  • Related