V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
enocher
V2EX  ›  程序员

开源一个私人笔记管理项目

  •  
  •   enocher · 2017-06-23 13:33:20 +08:00 · 1884 次点击
    这是一个创建于 2492 天前的主题,其中的信息可能已经有所发展或是发生改变。

    项目的 GitHub 地址 -> https://github.com/ziwenxie/leafer

    介绍

    Leafer是基于 Java 实现的面向 Web 端的一个私人笔记管理项目,现在还是处于 beta 版本,如果有任何的 bug 或者功能改进方面上的建议,欢迎大家提 issues 帮我改进,thanks :-)

    部署

    $ git clone https://github.com/ziwenxie/leafer
    $ cd leafer
    

    然后修改/src/main/resources/application.properties中本地 MySQL 数据库的配置:

    spring.datasource.url=jdbc:mysql://localhost:3306/数据库名
    spring.datasource.username=用户名
    spring.datasource.password=密码
    

    最后将leafer.sql下面的sql语句复制到上面指定的数据库中,就可以执行下面 maven 命令运行了:

    $ mvn spring-boot:run
    

    在浏览器中打开localhost:8080使用默认的用户名admin以及登录密码123456登录即可。

    p.s: 如果上面的部署过程中有任何的疑问欢迎在GitHub或者直接在评论区留言上反馈 ^_^。

    功能特性

    首页显示

    index

    单篇文章显示

    article

    简洁的 markdown 编辑器

    markdown eidtor

    标签云

    tag cloud

    Contact

    GitHub: https://github.com/ziwenxie

    Blog: https://www.ziwenxie.site

    Email: [email protected]

    欢迎大家留言提建议帮助我改进 leafer :-)

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2931 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 02:56 · PVG 10:56 · LAX 19:56 · JFK 22:56
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.