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

第 63 章 Springboot with Ethereum (web3j)

目录

63.1. Maven
63.2. application.properties
63.3. TestRestController
63.4. 测试

63.1. Maven

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