sreekanthmcit

Results 2 comments of sreekanthmcit

I have solved this . Please insert this in your LinkController . `@PostMapping("/link/submit") public String createLink(@Valid Link link, BindingResult bindingResult, Model model, RedirectAttributes redirectAttributes) { User user = null; Optional...

Everyone should have got this . In your tutorials "Getting started with Spring Boot 2" on your lecture number 84 a user has commented and mentioned this .