spring5-webflux-rest
spring5-webflux-rest copied to clipboard
Fix the VendorController patch method
Add a test to insure that the patch request should not change the Vendor object if the body is empty. Add a fix in VendorController to pass the test.