database engine initially works
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
db.period = 3600
|
||||
db.url = jdbc:mysql://localhost/smarthome
|
||||
db.driver = com.mysql.jdbc.Driver
|
||||
db.user = smarthome
|
||||
db.password = smarthome123
|
||||
|
||||
jms.broker = tcp://localhost:61616
|
||||
jms.clientid = mdb
|
||||
|
Reference in New Issue
Block a user