Skip to content

Commit

Permalink
zhangjinglun update
Browse files Browse the repository at this point in the history
  • Loading branch information
keer123456789 committed Oct 25, 2018
1 parent 40c8e96 commit a5d558e
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 8 deletions.
9 changes: 9 additions & 0 deletions src/main/java/com/sjcl/zrsy/burrow/PigCore.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.sjcl.zrsy.burrow;

import java.math.BigInteger;
import java.util.Map;

public interface PigCore {
BigInteger createPigSale(BigInteger _weight,BigInteger _tokenId,BigInteger _breed);
Map getPig(BigInteger pigId);
}
1 change: 0 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ spring.datasource.username=root
spring.datasource.password=PigLife123!
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

burrow.url=
Loading

0 comments on commit a5d558e

Please sign in to comment.