mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
adding wx-pay and alipay logic and order and good logic code
This commit is contained in:
parent
c3a6ca8b72
commit
d3148ff979
@ -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>
|
||||
|
@ -240,6 +240,29 @@
|
||||
<version>3.3.3</version>
|
||||
</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>
|
||||
|
||||
<developers>
|
||||
@ -283,7 +306,10 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<mainClass>cn.nordrassil.Application</mainClass>
|
||||
<layout>ZIP</layout>
|
||||
<fork>true</fork>
|
||||
<includeSystemScope>true</includeSystemScope>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user