Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

第 38 章 Springboot with Ethereum (web3j)

目录

38.1. Maven
38.2. application.properties
38.3. TestRestController
38.4. 测试

38.1. Maven

        
    <dependency>
        <groupId>org.web3j</groupId>
        <artifactId>web3j-spring-boot-starter</artifactId>
        <version>1.6.0</version>
    </dependency>