initial check-in
This commit is contained in:
parent
d1e6694a47
commit
27b20500c7
17 changed files with 284 additions and 0 deletions
11
build/main/db.properties
Normal file
11
build/main/db.properties
Normal file
|
@ -0,0 +1,11 @@
|
|||
# This is where you specify relational data sources to
|
||||
# map Hop types to an external database
|
||||
|
||||
# Comma-separated list of data source names
|
||||
sources=myDataSource
|
||||
|
||||
# Properties of data sources
|
||||
myDataSource.url=jdbc:mysql://db.domain.com/space
|
||||
myDataSource.driver=org.gjt.mm.mysql.Driver
|
||||
myDataSource.user=username
|
||||
myDataSource.password=xyz
|
Loading…
Add table
Add a link
Reference in a new issue