Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试@Length(max = 2000)代替@Size(max = 2000)
@Length(max = 2000)
@Size(max = 2000)
当我没记错时,当最大长度大于某个阈值时,Roo 1.x 将表单输入切换到 textara。