Giriş
DELETE isteği ile kullanılır
Şöyle yaparız
@DeleteOperationpublic String goodbyeNameParam(String name) {return "Goodbye " + name;}@DeleteOperationpublic String goodbyeNameSelector(@Selector String name) {return "Goodbye " + name;}
Çağırmak için şöyle yaparız
> curl --location --request DELETE 'http://localhost:8080/actuator/helloworld?name=Jamie' Goodbye Jamie > curl --location --request DELETE 'http://localhost:8080/actuator/helloworld/Alex' Goodbye Alex
Hiç yorum yok:
Yorum Gönder