All Projects → waylau → new-star-blog

waylau / new-star-blog

Licence: MIT license
NewStarBlog is an open source Java blog platform. NewStarBlog是国产开源Java博客平台。

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to new-star-blog

Spring Boot Study
about learning Spring Boot via examples. 基于 spring boot 2.x 的学习教程简洁易懂
Stars: ✭ 131 (+61.73%)
Mutual labels:  thymeleaf
Spring Boot Email Tools
A set of services and tools for sending emails in a Spring Boot 1.5.x application using a Template Engine
Stars: ✭ 164 (+102.47%)
Mutual labels:  thymeleaf
Springboot Examples
spring boot 实践系列
Stars: ✭ 216 (+166.67%)
Mutual labels:  thymeleaf
Blog Ssm
一个简单漂亮的SSM博客系统。
Stars: ✭ 130 (+60.49%)
Mutual labels:  thymeleaf
Spring Boot Examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
Stars: ✭ 159 (+96.3%)
Mutual labels:  thymeleaf
Doe
自己编写dubbo客户端实现rpc调用,在线调试dubbo接口、dubbo接口可视化测试、自动化测试工具。
Stars: ✭ 183 (+125.93%)
Mutual labels:  thymeleaf
Spring Boot Blog
Simple blog web app made using Spring Boot + Thymeleaf
Stars: ✭ 121 (+49.38%)
Mutual labels:  thymeleaf
rate-my-cat
Sample application for the book "Mastering Software Testing with JUnit 5"
Stars: ✭ 23 (-71.6%)
Mutual labels:  thymeleaf
Spring Boot Leaning
Spring Boot 2.X 最全课程代码
Stars: ✭ 2,008 (+2379.01%)
Mutual labels:  thymeleaf
Thymeleaf Tutorial
Thymeleaf Tutorial.
Stars: ✭ 206 (+154.32%)
Mutual labels:  thymeleaf
E3 Springboot
SpringBoot+Docker重构宜立方商城
Stars: ✭ 139 (+71.6%)
Mutual labels:  thymeleaf
Aeromock
Lightweight mock web application server
Stars: ✭ 152 (+87.65%)
Mutual labels:  thymeleaf
Thymeleaf
Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
Stars: ✭ 2,251 (+2679.01%)
Mutual labels:  thymeleaf
Ruoyi Oracle
(RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 134 (+65.43%)
Mutual labels:  thymeleaf
Onlinemall
⬆️ 基于springboot+thymeleaf+spring data jpa+druid+bootstrap+layui等技术的JavaWeb电商项目(项目包含前后台,分为前台商城系统及后台管理系统。前台商城系统包含首页门户、商品推荐、商品分类、商品搜索、商品展示、商品详情、购物车、订单流程、用户中心、评论(有些bug,当时做得不够好,下一个项目的评论模块比这个好)、模拟支付等模块。 后台管理系统包含商品管理、订单管理、用户管理等模块。系统介绍及详细功能点、技术点见项目内文档描述)☀️
Stars: ✭ 230 (+183.95%)
Mutual labels:  thymeleaf
Nimrod
Nimrod - 基于 Spring Boot 构建 的 Java Web 平台企业级单体应用快速开发框架,适合中小型项目的应用和开发。所采用的技术栈包括 Spring Boot、Spring、Spring Web MVC、MyBatis、Thymeleaf 等,遵守阿里巴巴 Java 开发规约,帮助养成良好的编码习惯。整体采用 RBAC ( Role-Based Access Control ,基于角色的访问控制),具有严格的权限控制模块,支持系统与模块分离开发。最后希望这个项目能够对你有所帮助。Nimrod 开发交流群:547252502(QQ 群)
Stars: ✭ 125 (+54.32%)
Mutual labels:  thymeleaf
My Blog
🌴A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 2,400 (+2862.96%)
Mutual labels:  thymeleaf
xdu-cloudcourse-web
西电云计算课程大作业Web端代码示例
Stars: ✭ 26 (-67.9%)
Mutual labels:  thymeleaf
blog-ssm
一个简单漂亮的SSM博客系统。
Stars: ✭ 487 (+501.23%)
Mutual labels:  thymeleaf
My Blog Layui
layui 版本的 My-Blog : A simple & beautiful blogging system implemented with spring-boot & layui & thymeleaf & mybatis My Blog 是由 SpringBoot + Layui + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 204 (+151.85%)
Mutual labels:  thymeleaf

NewStarBlog

NewStarBlog is an open source Java blog platform. NewStarBlog 是开源 Java 博客平台。

Technologies 涉及技术

NewStarBlog covers Spring Framework 5, Spring Boot 2, Thymeleaf, Elasticsearch, Spring Data, and so on. The following is a list of technologies inlcuded in NewStarBlog:

Features 特性

  • Multi-user blog platform. (多用户博客平台)
  • Markdown. (Markdown 编写)
  • Emoji. (表情,头像)
  • Aggregate classification/tag
  • Big Data search.(大数据分析)
  • Easy to use.(易于使用)
  • RESTful API.
  • Good look. (界面友好)
  • Chinese characters friendly.(中文友好)
  • ...

How to 如何运行

It's so easy to start up NewStarBlog with 2 steps.

只需要两步。

1. Get source(获取源码)

$ git clone https://github.com/waylau/new-star-blog.git

2. Run(运行)

$ gradlew bootRun

then, you can visit the application at http://localhost:8080.

More details can be found on my blog.

Who use 谁在使用这个博客

If you have successfully deployed NewStarBlog online, just let me know. Here are the users:

Related projects 相关的项目

Tutorial 手把手教你实现

Issue 意见、建议

如有勘误、意见或建议欢迎拍砖 https://github.com/waylau/new-star-blog/issues

Host(托管)

Contact 联系作者:

Donate 捐赠

Support me!

感谢您对老卫开源工作的支持!

开源捐赠

捐赠所得所有款项将用于开源事业!

See the list of Donors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].