Array cannot be received in spring mvc post mode

I can"t receive an array in put mode, but I can receive it in post instead. Can I receive it in put?
@ RequestParam (value = "bannerPath []", required = false) String [] bannerPathStrings

Mar.05,2021

JSON format submission: ["1", "2"]
Controller: @ RequestBody String [] bannerPathStrings

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3af11-2c235.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3af11-2c235.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?