##Sequence number generator web applicaiton #AG04 candidate testing
- Java JDK
- Postgres
- PGadmin
- MyBatis
- Tomcat - or other applications server of your choice (not mandatory see Spring Boot run)
- Open pgAdmin III
- Create database named "ag04" (if it doesn't exist or the one of Your choice)
- Create new login role. Righ-click on "Login Roles" and choose “New Login Roles” Under "Login Roles" create "New Login Role..."
- On "Properties" type "seq-gen-user" in "Role name"
- On "Definition" tab type "seq-gen-pwd" in "Password" and "Password (again)" fields
- On "Variables" tab type "search_path" in "Variable Name" field. Type "seqnumgen" in "Variable Value" field. Choose "seq-num-gen" from "Database" dropdown. (“-“ is not supported in value of the “Variable name”)
- Click "Add/Change" button
- Click "OK"
- Create new Schema names: "seqnumgen" and set "seq-gen-user" as its owner.