1

I want to extend Admin Panel to see order received. i tried folowing Tutorial ,But could not find applicationContext-servlet-admin.xml. Is the tutorials still relevent with spring boot ? Can you please help ?

A...
  • 11
  • 1

1 Answers1

2

That tutorial is slightly out of date. Step 2 in that tutorial looks to be the only issue. Instead of updating an XML file, you would now load servlet beans in AdminServletConfig.java

mouse_8b
  • 514
  • 5
  • 8