Skip to content

Commit d0418a1

Browse files
committed
Adding database config file
1 parent 1511cd8 commit d0418a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#MySQL properties
2+
jdbc.driverClass=com.mysql.jdbc.Driver
3+
jdbc.url=jdbc:mysql://localhost:3306/database_name_at_the_end
4+
jdbc.username=username_here
5+
jdbc.password=password_here

0 commit comments

Comments
 (0)