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 1511cd8 commit d0418a1Copy full SHA for d0418a1
src/main/webapp/WEB-INF/database/application.properties
@@ -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