...
/Quiz Yourself on Implementing Deletion
Quiz Yourself on Implementing Deletion
Test yourself on the implementation of the deletion of an entity.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Support for HTTP DELETE
verb is not enabled by default. How do you enable it?
A.
Add spring.mvc.hiddenmethod.filter.enabled=true
to your application.properties
file.
B.
Add spring.mvc.hiddenmethod.filter.enabled=false
to your application.properties
file.
C.
Add spring.mvc.hiddenmethod.filter.disabled=false
to your application.properties
file.
D.
Add spring.mvc.hiddenmethod.filter.disabled=true
to your application.properties
file.
1 / 3