Skip to content

Instantly share code, notes, and snippets.

@hinunbi
Created July 5, 2013 12:09
Show Gist options
  • Save hinunbi/5934117 to your computer and use it in GitHub Desktop.
Save hinunbi/5934117 to your computer and use it in GitHub Desktop.
mailer.properties
# 데이터베이스 서버 접속 정보
datasource.driver = com.mysql.jdbc.Driver
datasource.url = jdbc:mysql://192.168.1.50/mailer?zeroDateTimeBehavior=convertToNull
datasource.username = mailer
datasource.password = mailer
# 메일 서버 접속 정보
smtp.host.address = 192.168.1.65
smtp.user.name = mailer
smtp.user.password = mailer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment