Moved the webserver code into the main node module. Driver can now start webserver for nodes.

This commit is contained in:
Clinton Alexander
2016-12-23 15:49:15 +00:00
committed by Clinton Alexander
parent ecfb762143
commit 5f4d4c1da3
17 changed files with 145 additions and 102 deletions

View File

@ -8,6 +8,7 @@ import net.corda.node.driver.driver
import net.corda.node.services.User
import net.corda.node.services.startFlowPermission
import net.corda.node.services.transactions.SimpleNotaryService
import net.corda.node.utilities.getHostAndPort
import org.junit.Test
class TraderDemoTest {