NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder

前端 未结 5 687
梦如初夏
梦如初夏 2020-12-01 07:14

I\'m trying to run the sample tiles example given here.

Below is my POM.xml:


        
            

        
5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-01 07:45

    Add the all tiles jars like(tiles-jsp,tiles-servlet,tiles-template,tiles-extras.tiles-core ) to your server lib folder and your application build path then it work if you using apache tailes with spring mvc application

提交回复
热议问题