how mybatis plus saves string arrays, arrays like [xxx,xxx] to the database.
currently using
< result column= "department" jdbcType= "VARCHAR" property= "department"
typeHandler="com.springboot.config.JsonStringArrayTypeHandler"/>
can be saved to the database, but do not want to write xml, is there any other way?