| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple forum engine written in Java.
Frontend uses server-side rendering.
By default, sjb is used in configuration as a user name, password and database name. You can change this values in resources/properties/database.properties on your own. Test environment has its own database.properties.
You have to setup mail host, port, user and password in resources/properties/mail.properties to user registration work.
files.upload.storage.path parameter in application.properties sets absolute path for uploads. It have to be set to existing directory with rwx access to user who runs app.
log.full.path parameter inside logback.xml and logback-test.xml sets up path where app writes logs. These parameters have to be set to existing directory with rwx access to user who runs app.
Java 11 required for this operations.
$ git clone https://github.com/beljaeff/simple-java-boards.git $ cd simple-java-boards $ mvn clean install cargo:run
After that you can open http://localhost:9090/ in your browser and work with forum. Default administrator account have login Admin and password password.
To avoid running tests use -Dmaven.test.skip=true parameter when call mvn.
If you want disable automatic liquibase execution during build you can add parameter -Dliquibase.should.run=false when call mvn.
GPL.
| Back | FazBrowse Home | New Git URL |