Skip to content

Instantly share code, notes, and snippets.

@pacodelacruz
Last active October 7, 2015 05:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pacodelacruz/1e862ed0535cd8eac3c2 to your computer and use it in GitHub Desktop.
MuleSoft Global Configuration Element for a SQL Server database
<db:generic-config name="MSSQL_AdventureWorks_Configuration"
url="jdbc:sqlserver://${mssql.server}:${mssql.port};databaseName=${mssql.database};user=${mssql.user};password=${mssql.password}"
driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
doc:name="Generic Database Configuration"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment