1

I have a simple web application in which my path to / gives the error

{
    "timestamp": "2019-10-11T11:51:18.961+0000",
    "status": 401,
    "error": "Unauthorized",
    "message": "Unauthorized",
    "path": "/"
}

on hitting the path I do not get logs as well I checked this question in stackoverflow as well

Vipin Menon
  • 2,892
  • 4
  • 20
  • 35
  • Add your POM, any relevant configuration, properties etc. – Darren Forsythe Oct 15 '19 at 10:19
  • 1
    The issue seems to have gotten fixed when I tried with this tutorial (https://www.baeldung.com/spring-boot-security-autoconfiguration). I was using Spring-Boot-2. Will need to update myself on the framework more – Vipin Menon Oct 16 '19 at 05:58

0 Answers0