Skip to content
forked from jintaoking/leafer

面向WEB端的私人笔记管理平台 - 以前写的烂代码

License

Notifications You must be signed in to change notification settings

ZhouYung/leafer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

介绍

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: ziwenxiecat@gmail.com

LICENSE

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

About

面向WEB端的私人笔记管理平台 - 以前写的烂代码

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 51.0%
  • HTML 23.2%
  • CSS 15.1%
  • JavaScript 10.7%