添加字典,导入payapi framework,修改页面的id
diff --git a/build.gradle b/build.gradle
index d7c257e..4152d81 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,9 +14,6 @@
version = payapiVersion
sourceCompatibility = jdkVersion
-repositories {
- mavenCentral()
-}
war {
manifest {
@@ -25,6 +22,18 @@
}
}
+repositories {
+ mavenCentral()
+ maven {
+ url "http://ykt-nx.supwisdom.com/repository/ecard-repo/"
+ credentials {
+ username 'ecard'
+ password 'Ecard4SUP'
+ }
+ }
+}
+
+
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
compile group: 'org.apache.poi', name: 'poi', version: '3.10.1'
@@ -33,6 +42,7 @@
compile group: 'org.apache.poi',name: 'poi-ooxml', version:'3.10.1'
compile group: 'org.apache.poi',name: 'poi-ooxml-schemas', version:'3.10.1'
compile group: 'org.apache.poi',name: 'poi-scratchpad', version:'3.10.1'
+ compile 'com.supwisdom:payapi-sdk:e4bf762'
implementation 'org.springframework.boot:spring-boot-devtools'
implementation 'org.springframework.boot:spring-boot-starter-tomcat'