mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
🐛 修复自定义 JS, CSS 超出数据库长度无法保存的 BUG.
This commit is contained in:
@@ -7,6 +7,7 @@ import javax.persistence.Entity;
|
||||
import javax.persistence.GeneratedValue;
|
||||
import javax.persistence.GenerationType;
|
||||
import javax.persistence.Id;
|
||||
import javax.persistence.Lob;
|
||||
|
||||
/**
|
||||
* @author zhaojun
|
||||
@@ -22,6 +23,7 @@ public class SystemConfig {
|
||||
@Column(name = "k")
|
||||
private String key;
|
||||
|
||||
@Lob
|
||||
private String value;
|
||||
|
||||
private String remark;
|
||||
|
||||
Reference in New Issue
Block a user