Skip to content

Commit 6e9b903

Browse files
author
eugenp
committed
registration project cleanup
1 parent 2b86a78 commit 6e9b903

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
################### DataSource Configuration ##########################
2+
jdbc.driverClassName=com.mysql.jdbc.Driver
3+
jdbc.url=jdbc:mysql://localhost:3306/registration_02?createDatabaseIfNotExist=true
4+
jdbc.user=tutorialuser
5+
jdbc.pass=tutorialmy5ql
6+
init-db=false
7+
################### Hibernate Configuration ##########################
8+
hibernate.dialect=org.hibernate.dialect.MySQLDialect
9+
hibernate.show_sql=false
10+
hibernate.hbm2ddl.auto=create-drop
11+
################### JavaMail Configuration ##########################
12+
smtp.host=smtp.gmail.com
13+
smtp.port=465
14+
smtp.protocol=smtps
15+
smtp.username=[email protected]
16+
smtp.password=
17+
support.email=[email protected]

0 commit comments

Comments
 (0)