Commit 121d6a1c authored by jmdhappy's avatar jmdhappy
Browse files

增加支付jar依赖

parent df95722a
......@@ -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>
......
......@@ -7,4 +7,7 @@ spring:
name: xxpay4dubbo-web
registry:
address: zookeeper://127.0.0.1:2181
scan: org.xxpay.dubbo
\ No newline at end of file
scan: org.xxpay.dubbo
logging:
file: ./log/xxpay4dubbo-web.log
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment