We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86a78 commit 6e9b903Copy full SHA for 6e9b903
spring-security-login-and-registration/src/main/resources/email.properties
@@ -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