内容简介:NewStarBlog 是开源 Java 博客平台。 涉及技术 NewStarBlog 使用了 Spring Framework 5, Spring Boot 2, Thymeleaf, Elasticsearch, Spring Data 等技术。 JDK 8 Gradle 4.5.1 Spring Boot 2.0.1 Spring 5.0.5 Th...
NewStarBlog 是开源 Java 博客平台。
涉及技术
NewStarBlog 使用了 Spring Framework 5, Spring Boot 2, Thymeleaf, Elasticsearch, Spring Data 等技术。
JDK 8
Gradle 4.5.1
Spring Boot 2.0.1
Spring 5.0.5
Thymeleaf 3.0.6.RELEASE
Thymeleaf Layout Dialect 2.2.2
MySQL Community Server 5.7.17
MySQL Workbench 6.3.9
Spring Data JPA 2.0.1
Hibernate 5.2.10.Final
MySQL Connector/J 6.0.5
H2 Database 1.4.196
Elasticsearch 5.5.0
Spring Data Elasticsearch 3.0.6
Tether 1.4.0 :http://tether.io/
Bootstrap v4.0.0-alpha.6 : https://v4-alpha.getbootstrap.com/
jQuery 3.1.1 : http://jquery.com/download/
Font Awesome 4.7.0 :http://fontawesome.io
NProgress 0.2.0 :http://ricostacruz.com/nprogress/
Thinker-md :http://git.oschina.net/benhail/thinker-md
jQuery Tags Input 1.3.6 : http://xoxco.com/projects/code/tagsinput/
Bootstrap Chosen 1.0.3 :https://github.com/haubek/bootstrap4c-chosen
toastr 2.1.1 :http://www.toastrjs.com/
Spring Security 5.0.4
Thymeleaf Spring Security 3.0.9
Apache Commons Lang 3.6
Markdown parser for the JVM 0.16
MongoDB 3.4.6
Spring Data Mongodb 2.0.0.M4
Embedded MongoDB 2.0.0
IK Analysis for Elasticsearch 5.5.0
特性
Multi-user blog platform. (多用户博客平台)
Markdown. (Markdown 编写)
Emoji. (表情,头像)
Aggregate classification/tag
Big Data search.(大数据分析)
Easy to use.(易于使用)
RESTful API.
Good look. (界面友好)
Chinese characters friendly.(中文友好)
...
如何运行
只需要两步。
1. 获取源码
$ git clone https://github.com/waylau/new-star-blog.git
2. 运行
$ gradlew bootRun
然后可以通过 http://localhost:8080 进行访问
相关的项目
基于 MongoDB 的文件服务器。查看 https://github.com/waylau/mongodb-file-server
手把手教你实现
Vedio: 基于Spring Boot的博客系统实战
Book: 《Spring Boot 企业级应用开发实战》
意见、建议
如有勘误、意见或建议欢迎拍砖 https://github.com/waylau/new-star-blog/issues
托管
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《NewStarBlog 发布 1.0 版本,国产开源 Java 博客平台》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 国产开源 GUI 引擎 AWTK 1.1 发布
- AWTK 1.2 发布,国产开源 GUI 引擎
- “国产自主可控”的开源软件就是一个矛盾体
- 倪光南:未来国产开源芯片将成为主流芯片
- 码云周刊 | 7款优秀的国产开源中间件!
- 2018 年度新增开源软件排行榜之国产新秀榜
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出Ajax
(美)Brett McLaughlin / 东南大学出版社 / 2006-5 / 98.00元
本书将教会您如何在很短的时间内掌握使用JavaScript代码来向服务器提交异步请求?同时,您可以学习如何使用诸如动态HTML、XML、JSON、DOM等技术来解决开发过程中遇到的许多问题。让你从那些繁琐而笨拙的网站开发技术中彻底解放出来!本书将是一本指导您进行异步开发的经典参考书籍。 作为一名网站设计人员,您也许时常因为遇到以下情况而烦恼:用户只是移动了鼠标就要从服务器重载数据......一起来看看 《深入浅出Ajax》 这本书的介绍吧!