Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
121d6a1c
Commit
121d6a1c
authored
Sep 28, 2017
by
jmdhappy
Browse files
增加支付jar依赖
parent
df95722a
Changes
2
Hide whitespace changes
Inline
Side-by-side
xxpay4dubbo/xxpay4dubbo-service/pom.xml
View file @
121d6a1c
...
...
@@ -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>
...
...
xxpay4dubbo/xxpay4dubbo-web/src/main/resources/application.yml
View file @
121d6a1c
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment