From bcc66e6d54badf46c576017f131de9aa6b9b2f0c Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 28 Dec 2022 17:26:59 +0800 Subject: [PATCH] fix --- src/main/resources/application-dev.yml | 6 +- pom.xml | 124 ++++++++++++++++++++-------------------- 2 files changed, 65 insertions(+), 65 deletions(-) diff --git a/pom.xml b/pom.xml index c177c8e..dd93c07 100644 --- a/pom.xml +++ b/pom.xml @@ -28,68 +28,6 @@ </properties> <dependencies> - - <dependency> - <groupId>taobao</groupId> - <artifactId>taobao-sdk</artifactId> - <version>1.0.0-SNAPSHOT</version> - <scope>system</scope> - <systemPath>${basedir}/lib/taobao-sdk-java.jar</systemPath> - </dependency> - <dependency> - <groupId>org.tron.trident</groupId> - <artifactId>abi</artifactId> - <version>0.3.0</version> - <scope>system</scope> - <systemPath>${basedir}/lib/abi-0.3.0.jar</systemPath> - </dependency> - <dependency> - <groupId>org.tron.trident</groupId> - <artifactId>utils</artifactId> - <version>0.3.0</version> - <scope>system</scope> - <systemPath>${basedir}/lib/utils-0.3.0.jar</systemPath> - </dependency> - <dependency> - <groupId>org.tron.trident</groupId> - <artifactId>core</artifactId> - <version>0.3.0</version> - <scope>system</scope> - <systemPath>${basedir}/lib/core-0.3.0.jar</systemPath> - </dependency> - - - <dependency> - <groupId>com.github.ki5fpl.tronj</groupId> - <artifactId>abi</artifactId> - <version>0.4.0</version> - <scope>system</scope> - <systemPath>${basedir}/lib/abi-0.4.0.jar</systemPath> - </dependency> - <dependency> - <groupId>com.github.ki5fpl.tronj</groupId> - <artifactId>client</artifactId> - <version>0.4.0</version> - <scope>system</scope> - <systemPath>${basedir}/lib/client-0.4.0.jar</systemPath> - </dependency> - - <dependency> - <groupId>com.github.ki5fpl.tronj</groupId> - <artifactId>utils</artifactId> - <version>0.4.0</version> - <scope>system</scope> - <systemPath>${basedir}/lib/utils-0.4.0.jar</systemPath> - </dependency> - - <dependency> - <groupId>ztron-sdk</groupId> - <artifactId>ztron-sdk</artifactId> - <version>0.0.1</version> - <scope>system</scope> - <systemPath>${basedir}/lib/tron-sdk.jar</systemPath> - </dependency> - <dependency> <groupId>org.web3j</groupId> <artifactId>core</artifactId> @@ -441,6 +379,68 @@ <artifactId>poi-ooxml-schemas</artifactId> <version>3.8</version> </dependency> + + + <dependency> + <groupId>taobao</groupId> + <artifactId>taobao-sdk</artifactId> + <version>1.0.0-SNAPSHOT</version> + <scope>system</scope> + <systemPath>${basedir}/lib/taobao-sdk-java.jar</systemPath> + </dependency> + <dependency> + <groupId>org.tron.trident</groupId> + <artifactId>abi</artifactId> + <version>0.3.0</version> + <scope>system</scope> + <systemPath>${basedir}/lib/abi-0.3.0.jar</systemPath> + </dependency> + <dependency> + <groupId>org.tron.trident</groupId> + <artifactId>utils</artifactId> + <version>0.3.0</version> + <scope>system</scope> + <systemPath>${basedir}/lib/utils-0.3.0.jar</systemPath> + </dependency> + <dependency> + <groupId>org.tron.trident</groupId> + <artifactId>core</artifactId> + <version>0.3.0</version> + <scope>system</scope> + <systemPath>${basedir}/lib/core-0.3.0.jar</systemPath> + </dependency> + + + <dependency> + <groupId>com.github.ki5fpl.tronj</groupId> + <artifactId>abi</artifactId> + <version>0.4.0</version> + <scope>system</scope> + <systemPath>${basedir}/lib/abi-0.4.0.jar</systemPath> + </dependency> + <dependency> + <groupId>com.github.ki5fpl.tronj</groupId> + <artifactId>client</artifactId> + <version>0.4.0</version> + <scope>system</scope> + <systemPath>${basedir}/lib/client-0.4.0.jar</systemPath> + </dependency> + + <dependency> + <groupId>com.github.ki5fpl.tronj</groupId> + <artifactId>utils</artifactId> + <version>0.4.0</version> + <scope>system</scope> + <systemPath>${basedir}/lib/utils-0.4.0.jar</systemPath> + </dependency> + + <dependency> + <groupId>ztron-sdk</groupId> + <artifactId>ztron-sdk</artifactId> + <version>0.0.1</version> + <scope>system</scope> + <systemPath>${basedir}/lib/tron-sdk.jar</systemPath> + </dependency> </dependencies> <build> diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index e6242e3..9363a39 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -24,11 +24,11 @@ # Redis数据库索引(默认为 0) database: 0 # Redis服务器地址 - host: 127.0.0.1 + host: 120.27.238.55 # Redis服务器连接端口 - port: 6379 + port: 6479 # Redis 密码 -# password: dapp!@#123 + password: d3y6dsdl;f.327 lettuce: pool: # 连接池中的最小空闲连接 -- Gitblit v1.9.1