Spring boot webjars: unable to load javascript library through webjar

后端 未结 7 1271
失恋的感觉
失恋的感觉 2020-12-30 08:37

I have a spring boot (I use Thymeleaf for templating) project where I want to use some jQuery libraries.

Unfortunately, the webjars aren\'t loading at all. I have tr

7条回答
  •  生来不讨喜
    2020-12-30 09:03

    After inspecting the webjars for jquery, I got this working by adding a "THE VERSION OF JQUERY LIBRARY USED IN POM.XML FILE"

    
    
    

    (in my case I used 3.1.0 version, used that version only that you are using).

提交回复
热议问题