DEV Community

Edit Item in Home Controller using Java in IntelliJ IDEA

arotto8719 on May 26, 2020

https://github.com/arotto8719/app @RequestMapping(value="edit/{postId}", method = RequestMethod.GET) public String displayEditForm(Model model...
Collapse
 
gtiwari333 profile image
Ganesh Tiwari

Also, checkout my project at github.com/gtiwari333/spring-boot-... with similar code. Make sure to switch to 'single-module-no-keycloak' branch

Collapse
 
gtiwari333 profile image
Ganesh Tiwari

stackoverflow.com/questions/621086...

See my answer on your question. Let me know if you need any help.