-1

I am getting this error:

Failed to load class org.slf4j.impl.StaticLoggerBinder in spring web flow application implementation.

Charles
  • 50,943
  • 13
  • 104
  • 142

1 Answers1

0

Please check dependency is loaded properly.

Use maven dependency tree command to make sure that no jar is conflicting.

charles
  • 11,212
  • 3
  • 31
  • 46
Zuned Ahmed
  • 1,357
  • 6
  • 29
  • 56