Skip to content

virgil1993/FlowerPaper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.7%
  • Java 42.4%
  • CSS 8.7%
  • JavaScript 3.6%
  • PHP 0.6%