mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-12 23:23:43 +08:00
adding wx-pay and alipay logic and order and good logic code
This commit is contained in:
@@ -243,27 +243,7 @@
|
||||
<version>${lombok.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>alipay-sdk</groupId>
|
||||
<artifactId>alipay-sdk</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/lib/alipay-sdk-java20170324180803.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>alipay-sdk-source</groupId>
|
||||
<artifactId>alipay-sdk</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/lib/alipay-sdk-java20170324180803-source.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>alipay-commons-logging</groupId>
|
||||
<artifactId>alipay-sdk</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/lib/commons-logging-1.1.1.jar</systemPath>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</dependencyManagement>
|
||||
@@ -323,7 +303,7 @@
|
||||
<version>${smartadmin.springboot.version}</version>
|
||||
<configuration>
|
||||
<mainClass>${main-class}</mainClass>
|
||||
<includeSystemScope>true</includeSystemScope>
|
||||
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
Reference in New Issue
Block a user