Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.91 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.91 KB

介绍

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

部署

$ 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中我将缓存从EhCache改成了Redis,所以大家需要在本地安装一下Redis,然后按照默认配置使用6379端口号就行了。如果想要自定义Redis的参数只需要在上面的application.properties文件中修改即可。

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

$ mvn spring-boot:run

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

功能特性

首页显示

index

单篇文章显示

article

简洁的markdown编辑器

markdown eidtor

标签云

tag cloud

Contact

GitHub: https://github.com/ziwenxie Blog: https://www.ziwenxie.site Email: [email protected]

LICENSE

https://github.com/ziwenxie/leafer/blob/master/LICENSE