Initial revision
This commit is contained in:
parent
1ba4e8011b
commit
bbfcb3d4f4
104 changed files with 3100 additions and 0 deletions
5
code/db.properties
Normal file
5
code/db.properties
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Properties of antville datasource
|
||||
antville.url=jdbc:mysql://[Server-IP]/antville
|
||||
antville.driver=org.gjt.mm.mysql.Driver
|
||||
antville.user=antville
|
||||
antville.password=antville
|
Loading…
Add table
Add a link
Reference in a new issue