Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

kingmming/leafer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

DEVELOPING

介绍

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

部署

$ git clone https://github.com/ziewnxie/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: ziwenxiecat@gmail.com

About

一个私人笔记管理项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 38.4%
  • HTML 29.9%
  • CSS 19.5%
  • JavaScript 12.2%

AltStyle によって変換されたページ (->オリジナル) /