How mybatis plus saves the string array to the database

how mybatis plus saves string arrays, arrays like [xxx,xxx] to the database.

currently using
< result column= "department" jdbcType= "VARCHAR" property= "department"

in xml
            typeHandler="com.springboot.config.JsonStringArrayTypeHandler"/>
            

can be saved to the database, but do not want to write xml, is there any other way?

Apr.01,2022

jdbcType = "ARRAY"?

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-1b393e2-2b9c5.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-1b393e2-2b9c5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?