Created
July 31, 2015 10:23
-
-
Save Mugi4ok/74bc762c663251d9e02d to your computer and use it in GitHub Desktop.
Datasource.local.properties (SSIX-1930)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dataSource.driverClassName=com.mysql.jdbc.Driver | |
dataSource.url=jdbc:mysql://127.0.0.1:3306/sample6DB | |
dataSource.username=root | |
dataSource.password= | |
dataSource_s6data.driverClassName=com.mysql.jdbc.Driver | |
dataSource_s6data.url=jdbc:mysql://127.0.0.1:3306/S6Data_Research | |
dataSource_s6data.username=root | |
dataSource_s6data.password= | |
dataSource_s6data_control.driverClassName=com.mysql.jdbc.Driver | |
dataSource_s6data_control.url=jdbc:mysql://127.0.0.1:3306/S6Data | |
dataSource_s6data_control.username=root | |
dataSource_s6data_control.password= | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment