lrwinx / pybbs

Better use of the Java community (Forum)

Home Page:http://bbs.tomoya.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions:Please keep the powered by Pybbs at the bottom of the page

Notice: backup database before upgrading

English | 中文

Technology stack

  • jdk8
  • tomcat8
  • springboot
  • springsecurity
  • springdata
  • freemarker
  • mysql
  • bootstrap

Well, that's the spring family bucket

Features

  • I18N international support
  • ehcache support
  • Compatibility(IE9+)
  • Responsive layout
  • Local sign in/ sign up
  • Use spring-boot development
  • Permission to use spring-security, based on the permissions to do URL easy configuration management
  • Spring-data operation data storage
  • Use editor as markdown editor, More convenient to write, but also supports screenshots paste upload

Getting Started

  • git clone https://github.com/tomoya92/pybbs.git
  • Modify configuration item in configuration file src/main/resources/application.yml
  • Create database pybbs-springboot
  • Run main method of PybbsApplication.java
  • Browser http://localhost:8080/
  • Default account tomoya 123123

Jar package run

  • git clone https://github.com/tomoya92/pybbs.git
  • Modify configuration item in configuration file src/main/resources/application.yml
  • Create database pybbs-springboot
  • Run mvn clean -Dmaven.test.skip=true command to generate jar package, located in target/pybbs.jar package
  • Run java -jar pybbs.jar to start the service
  • Browser http://localhost:8080/
  • Default account tomoya 123123

Pending completion

  • Add cache(ehcache)
  • I18N
  • Indexed
  • Integrated third party login(Github, QQ, Weibo)

How to do a problem?

Issues on Github

Other versions

Contribution

Welcome to send pull request

Theme

https://github.com/tomoya92/pybbs-theme

Donate

image image
Alipay Wechat

License

MIT

About

Better use of the Java community (Forum)

http://bbs.tomoya.cn


Languages

Language:Java 40.9%Language:JavaScript 31.4%Language:FreeMarker 25.1%Language:Shell 1.5%Language:Batchfile 1.1%