This commit is contained in:
2018-01-07 09:27:41 +08:00
parent b5e2569d7c
commit 7756345053
11 changed files with 35 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ import javax.persistence.*;
* @author lxyer
*/
@Cacheable(interval = 5*60)
@Table(catalog = "db_redbbs", name = "content", comment = "[内容表]")
@Table(catalog = "redbbs", name = "content", comment = "[内容表]")
public class Content implements java.io.Serializable {
@Id