I created PatchMapping in Spring boot
When I want to modified and I use method Put it 
====== error : Uncaught Exception : class org.springframework.web.HttpRequestMethodNotSupportedException : Request method 'PUT' not supported ==================
If I use Method patch it working normal.
 
     
    