mirror of
https://gitee.com/BDWare/common
synced 2025-03-13 00:14:31 +00:00
doc: docker deploy
feat: support docker debug
This commit is contained in:
parent
6a7b355b18
commit
6366b2fc1f
@ -28,7 +28,7 @@ dependencies {
|
||||
api 'berkeleydb:je:3.2.76'
|
||||
// api 'com.fifesoft:rsyntaxtextarea:3.1.3'
|
||||
api 'commons-io:commons-io:2.11.0'
|
||||
api 'io.netty:netty-all:4.1.63.Final'
|
||||
api 'io.netty:netty-all:4.1.72.Final'
|
||||
api 'org.antlr:antlr4:4.9.2'
|
||||
api 'commons-codec:commons-codec:1.5'
|
||||
api 'org.apache.logging.log4j:log4j-core:2.17.2'
|
||||
|
@ -119,5 +119,6 @@ public class ContractPort {
|
||||
* @return whether some program listens to the port
|
||||
*/
|
||||
boolean visit(int port);
|
||||
boolean visit(String host,int port);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user