Skip to content

AxyIX/JarSoftTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BannerManager

Requirements

JRE: 8 or higher

MAVEN: preferably latest version

MySQL-server: preferably latest version

Installation

  1. download project source
  2. in root directory of project execute command mvn package
  3. in folder target you can find compiled program BannerManager-V1.jar

Usage

  • For configuring database connection, program need a configuration file named dbconfig.properties in same folder, with next content:
db-user=<db user name>
db-port=<db port>
db-address=<db address (localhost, for example)>
db-name=<db name>
db-password=<db user password>

If file dbconfig.properties does not exist, program will try to create it automatically with default configuration.

  • To run the program execute command java -jar BannerManager-V1.jar in program folder. Program works on port 8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published