EliasYao / FlowerPaper

bbs spring mvc hibernate

Home Page:www.changwoo.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlowerPaper

welcome to FlowerPaper

this is bbs(bulletin board system) open project developed by spring mvc and hibernate

http://localhost:8080/FlowerPaper

feature

  • multi language(Korean, English)
  • base spring, hibernate
  • open source
  • support xml, json api (You can use api for mobile or etc platform)
  • coming soon support mobile web(responsive web design)

screen shot

  • bbs text list page 1 columns

  • bbs thumb picture list page 1 columns

  • write from page 1 columns

  • bbs detail page 1 columns

How to use

###1 first step

start WAS with FlowerPaper web application

###2 second step

you should change db setting yours id, password, db url

db setting value(id,password,url) in net.changwoo.x1wins.proeprties.jdbc.properties

###3 third step

you must run follow this query

insert into config (bbsname,userid, listTypeNum) values('notice','admin',1);
insert into config (bbsname,userid, listTypeNum) values('free','admin',1);
insert into config (bbsname,userid, listTypeNum) values('portfolio','admin',2);

this follow is bbs list view type

listTypeNum 1 - text view list
listTypeNum 2 - thumb picture list

if you didn't run this query. you can't use bbs

URL

this following is web, rest api url

1 data(json or xml, if you want xml. you should change json to xml in url word)

2 web

About

bbs spring mvc hibernate

www.changwoo.net


Languages

Language:HTML 44.6%Language:Java 42.4%Language:CSS 8.7%Language:JavaScript 3.6%Language:PHP 0.6%