Solo is a professional, simple, stable and good performance open source Java blogging system. You can setup it by yourself ([download](http://pan.baidu.com/share/link?shareid=541735&uk=3255126224)) or buy our provided service, see [here](http://b3log.org/services/#solo) for more details.
[Solo](https://github.com/b3log/solo) is a professional, simple, stable and good performance open source Java blogging system. You can setup it by yourself ([download](http://pan.baidu.com/share/link?shareid=541735&uk=3255126224)) or buy our provided service, see [here](http://b3log.org/services/#solo) for more details.
Solo 是一个专业、简约、稳定、极速的开源 Java 博客系统。你可以自己搭建使用([下载](http://pan.baidu.com/share/link?shareid=541735&uk=3255126224)),也可以通过购买我们搭建好的服务来直接使用,详情请看[这里](http://b3log.org/services/#solo)。
"description":"Description of repository structures, for generation (DDL: http://en.wikipedia.org/wiki/Data_Definition_Language) of the relational database table and persistence validation.",
"description":"Description of repository structures, for generation (DDL: http://en.wikipedia.org/wiki/Data_Definition_Language) of the relational database table and persistence validation.",
"version":"1.2.1.1, Nov 8, 2015",
"version":"1.3.1.1, Dec 13, 2015",
"authors":["Liang Ding"],
"authors":["Liang Ding"],
"since":"0.4.0",
"since":"0.4.0",
"repositories":[
"repositories":[
...
@@ -231,215 +231,6 @@
...
@@ -231,215 +231,6 @@
}
}
]
]
},
},
{
"name":"preference",
"keys":[
{
"name":"oId",
"type":"String",
"length":255,
"nullable":true
},
{
"name":"adminEmail",
"type":"String",
"length":255,
"nullable":true
},
{
"name":"allowVisitDraftViaPermalink",
"type":"boolean",
"nullable":true
},
{
"name":"commentable",
"type":"boolean",
"nullable":true
},
{
"name":"feedOutputMode",
"type":"String",
"length":20,
"nullable":true
},
{
"name":"feedOutputCnt",
"type":"int",
"nullable":true
},
{
"name":"articleListDisplayCount",
"type":"int",
"nullable":true
},
{
"name":"relevantArticlesDisplayCount",
"type":"int",
"nullable":true
},
{
"name":"articleListPaginationWindowSize",
"type":"int",
"nullable":true
},
{
"name":"articleListStyle",
"type":"String",
"length":20,
"nullable":true
},
{
"name":"blogSubtitle",
"type":"String",
"length":512,
"nullable":true
},
{
"name":"blogTitle",
"type":"String",
"length":512,
"nullable":true
},
{
"name":"enableArticleUpdateHint",
"type":"boolean",
"nullable":true
},
{
"name":"externalRelevantArticlesDisplayCount",
"type":"int",
"nullable":true
},
{
"name":"htmlHead",
"type":"String",
"length":2048,
"nullable":true
},
{
"name":"keyOfSolo",
"type":"String",
"length":255,
"nullable":true
},
{
"name":"localeString",
"type":"String",
"length":20,
"nullable":true
},
{
"name":"metaDescription",
"type":"String",
"length":255,
"nullable":true
},
{
"name":"metaKeywords",
"type":"String",
"length":255,
"nullable":true
},
{
"name":"mostCommentArticleDisplayCount",
"type":"int",
"nullable":true
},
{
"name":"mostUsedTagDisplayCount",
"type":"int",
"nullable":true
},
{
"name":"mostViewArticleDisplayCount",
"type":"int",
"nullable":true
},
{
"name":"noticeBoard",
"type":"String",
"length":10240,
"nullable":true
},
{
"name":"pageCacheEnabled",
"type":"boolean",
"nullable":true
},
{
"name":"randomArticlesDisplayCount",
"type":"int",
"nullable":true
},
{
"name":"recentCommentDisplayCount",
"type":"int",
"nullable":true
},
{
"name":"recentArticleDisplayCount",
"type":"int",
"nullable":true
},
{
"name":"signs",
"type":"String",
"length":10240,
"nullable":true
},
{
"name":"skinDirName",
"type":"String",
"length":255,
"nullable":true
},
{
"name":"skinName",
"type":"String",
"length":255,
"nullable":true
},
{
"name":"skins",
"type":"String",
"length":10240,
"nullable":true
},
{
"name":"timeZoneId",
"type":"String",
"length":255,
"nullable":true
},
{
"name":"version",
"type":"String",
"length":10,
"nullable":true
},
{
"name":"body",
"description":"Comment email template",
"type":"String",
"length":10240,
"nullable":true
},
{
"name":"subject",
"description":"Comment email template subject",
"type":"String",
"length":255,
"nullable":true
},
{
"name":"editorType",
"description":"Editor Type (TinyMCE, CodeMirror-Markdown, etc)",