You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in a my class, i do: @Autowired private Web3j web3j;
in the build.gradle i put this row: compile ('org.web3j:web3j-spring-boot-starter:4.0.3')
but i still see the error of the class web3 that not exist
The text was updated successfully, but these errors were encountered:
Hi, in a my class, i do:
@Autowired private Web3j web3j;
in the build.gradle i put this row:
compile ('org.web3j:web3j-spring-boot-starter:4.0.3')
but i still see the error of the class web3 that not exist
The text was updated successfully, but these errors were encountered: