Skip to content

Commit

Permalink
增加支付jar依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdhappy committed Sep 28, 2017
1 parent df95722 commit 121d6a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions xxpay4dubbo/xxpay4dubbo-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/webapp/WEB-INF/lib/</directory>
<targetPath>BOOT-INF/lib/</targetPath>
<includes>
<include>**/*.jar</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<targetPath>BOOT-INF/classes/</targetPath>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ spring:
name: xxpay4dubbo-web
registry:
address: zookeeper://127.0.0.1:2181
scan: org.xxpay.dubbo
scan: org.xxpay.dubbo

logging:
file: ./log/xxpay4dubbo-web.log

0 comments on commit 121d6a1

Please sign in to comment.