Skip to content

secondsun/jrecruiter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jRecruiter

jRecruiter is the job posting service of the Atlanta Java Users Group.

Build Status:

Build Status

Configuration

Configuration information is retrieved from a properties file called jrecruiter.properties

server.address=http://localhost:8080/jrecruiter
database.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
database.hibernate.show_sql=false
database.jdbc.driverClassName=org.postgresql.Driver
database.jdbc.url=jdbc:postgresql://localhost:5432/jrecruiter
database.jdbc.username=
database.jdbc.password=

twitter.username=
twitter.password=
bitly.username=
bitly.password=

key.recaptcha.private=
key.recaptcha.public=

mail.host=localhost=

Testing SMTP for Development

http://nilhcem.github.io/FakeSMTP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.3%
  • JavaScript 6.1%
  • CSS 4.6%