- 授权协议: BSD
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://raysmond.com
- 软件文档: https://github.com/Raysmond/SpringBlog
软件介绍
SpringBlog 是开源博客系统,主要用的到的技术有:
Spring MVC + Spring Data JPA
Hibernate + MySQL
Spring Data Redis 用于缓存文章
Jade 作为视图模板,我极度不喜欢写 HTML 标签
Bootstrap 没有它我就不会写前端了
这是一个基于 Gradle 的项目,要想跑起来,网速要给力
Pygments 用于高亮代码
Pegdown Markdown 文章的后台处理
ACE Editor 用于写文章,主要是喜欢用 markdown , ACE 编辑器有高亮功能,写代码也方便
演示 http://raysmond.com
初学 Spring ,很多写法可能不符合 best practice ,希望有人能给一些建议。
网站部署在阿里云 ECS 上,顺便说一下 Java 的网站挺耗内存啊。
Introduction to Programming in Java
Robert Sedgewick、Kevin Wayne / Addison-Wesley / 2007-7-27 / USD 89.00
By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and appli......一起来看看 《Introduction to Programming in Java》 这本书的介绍吧!
