Skip to content
forked from KKys/blog

运用Jfinal+BootStrap+FreeMarker搭建的博客系统

Notifications You must be signed in to change notification settings

starscoding/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

域名要备案了,直接用IP访问吧  http://121.42.8.85/blog/

#博客简介:

 本博客十分轻量,适合正在初学Java Web又没有顺手项目练习的同学,所以需要你有一定的Java基础和前端知识.
 
 基于网上大多数开源站点结构较复杂,功能较繁重,并且页面布局花里胡哨......
 本博客系统基本上做到了最简:前端仅用了bootstrap,后台用的Jfinal,模板引擎用的FreeMarker,连接池用的duird
 
 首页地址:http://kkys.online/blog/
 后台地址:http://kkys.online/blog/adminHtml

#代码结构:

                  ------java/com/blog
                             --------------  album    (相册相关)
                             --------------  Blog     (博客相关)
                             --------------  comment  (评论相关)
                             --------------  common   (配置相关)    
                             --------------  info     (相关信息)    
                             --------------  job      (定时器相关) 
                  ------resources
                             --------------- config    (数据库配置)
                             --------------- log4j     (日志配置)
                             --------------- jobs      (定时器配置)
                  ------webapp   
                             --------------- blog      (博客页面)
                             --------------- common    (相关模板页面)

#其他:

 会不断添加新的模块与内容,一步一步去完善吧,希望大家提出问题和建议.

About

运用Jfinal+BootStrap+FreeMarker搭建的博客系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 67.8%
  • CSS 19.9%
  • JavaScript 9.2%
  • Java 2.7%
  • PHP 0.4%