1 Star 6 Fork 3

zpcwr / jf-docsify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

jf-docsify

基于docsicfy 与 jfinal 实现的文档管理系统

主要实现多文档预览, 通过git 管理/更新文档(master 分支)

快速体验

下载项目后, 在项目目录下 执行 mvn package, 然后进入 target\jf-docsify-release\jf-docsify 中执行--》start.bat(window系统),若是linux 系统则执行 ./jfDocsify.sh start,即可快速启动项目,浏览器输入:http://127.0.0.1:8880/admin/index 用户名密码:admin/1234

截图

配置

  1. config.properties

    # 数据库配置
    # 数据库类型 mysql 、sqlite
    docsify.db.type=sqlite
    db.init.showSql=true
    #docsify.db.url=jdbc:mysql://127.0.0.1:3306/docsify?useUnicode=true&characterEncoding=utf-8&useSSL=false
    #docsify.db.username=root
    #docsify.db.password=1234
    
    # 数据库驱动 mysql: com.mysql.jdbc.Driver, sqllite: org.sqlite.JDBC
    docsify.db.url=jfDocsify.db
    docsify.db.username=root
    docsify.db.password=1234
    
    # 应用初始化配置
    # 默认用户名
    app.init.username=jfDocsify
    app.init.baseFolder=/home/data/applications/works/jfDocsify
  2. undertow.txt

    # true 值支持热加载
    undertow.devMode=true
    undertow.port=8880
    undertow.host=0.0.0.0

库表自动生成

若 config.properties 中 docsify.db.type 配置为mysql 需先在数据库中, 新建下库

若是docsify.db.type 配置为sqlite, 则直接启动项目即可

本项目涉及到的开源项目:

  1. JFinal

    基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标是开发迅速、代码量少、学习简单、功能强大、轻量级、易扩展、Restful。在拥有Java语言所有优势的同时再拥有 ruby、python 等动态语言的开发效率!为您节约更多时间,去陪恋人、家人和朋友 ;)

  2. docsify

    一个神奇的文档网站生成器

The MIT License (MIT) Copyright (c) 2022 chenwr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于docsicfy 与 jfinal 实现的文档管理系统 展开 收起
Java 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/xmcwr/jf-docsify.git
git@gitee.com:xmcwr/jf-docsify.git
xmcwr
jf-docsify
jf-docsify
master

搜索帮助