Skip to content

Instantly share code, notes, and snippets.

@Mugi4ok
Created July 31, 2015 10:23
Show Gist options
  • Save Mugi4ok/74bc762c663251d9e02d to your computer and use it in GitHub Desktop.
Save Mugi4ok/74bc762c663251d9e02d to your computer and use it in GitHub Desktop.
Datasource.local.properties (SSIX-1930)
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