Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
b2fcfdfb
Commit
b2fcfdfb
authored
May 30, 2019
by
周健威
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/base-modify' into base-modify
parents
b740683d
d5b38c4f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
systemconfig.properties
...mon/src/main/resources/properties/systemconfig.properties
+3
-3
pom.xml
xx-common/xx-common-platform-web/pom.xml
+1
-1
UniversalApplication.java
...ava/com/xxfc/platform/universal/UniversalApplication.java
+2
-2
OrderPayMapper.java
...va/com/xxfc/platform/universal/mapper/OrderPayMapper.java
+0
-1
No files found.
ace-common/src/main/resources/properties/systemconfig.properties
View file @
b2fcfdfb
...
...
@@ -28,9 +28,9 @@ APP_PARTNER_IOS=1492557632
APP_PARTNER_KEY_IOS
=
89201002892010008920100quanzinet
APP_TRADE_TYPE_IOS
=
APP
#andoir
APP_ID
=
wx
a9805823769294b6
APP_PARTNER
=
1
32747380
1
APP_PARTNER_KEY
=
cnitr89201000QZNWcnitr89201000QZ
APP_ID
=
wx
9c9d978e5698d00f
APP_PARTNER
=
1
51458308
1
APP_PARTNER_KEY
=
qwelkjuoivc1398767lkj834123kljic
APP_TRADE_TYPE
=
APP
#支付回调
weixinHost
=
xxfcmgmt.upyuns.com
...
...
xx-common/xx-common-platform-web/pom.xml
View file @
b2fcfdfb
...
...
@@ -8,8 +8,8 @@
<version>
2.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
xx-common-platform-web
</artifactId>
<packaging>
pom
</packaging>
<properties>
<java.version>
1.8
</java.version>
...
...
xx-universal/xx-universal-server/src/main/java/com/xxfc/platform/universal/UniversalApplication.java
View file @
b2fcfdfb
...
...
@@ -14,8 +14,8 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
@EnableAceAuthClient
@EnableAceCache
@EnableTransactionManagement
@
MapperScan
(
"com.xxfc.platform.universal.mapper"
)
@EnableFeignClients
({
"com.github.wxiaoqi.security.auth.client.feign"
})
@
tk
.
mybatis
.
spring
.
annotation
.
MapperScan
(
basePackages
=
"com.xxfc.platform.universal.mapper"
)
@EnableFeignClients
({
"com.github.wxiaoqi.security.auth.client.feign"
,
"com.xxfc.platform"
})
public
class
UniversalApplication
{
public
static
void
main
(
String
[]
args
)
{
...
...
xx-universal/xx-universal-server/src/main/java/com/xxfc/platform/universal/mapper/OrderPayMapper.java
View file @
b2fcfdfb
...
...
@@ -2,7 +2,6 @@ package com.xxfc.platform.universal.mapper;
import
com.xxfc.platform.universal.entity.OrderPay
;
import
tk.mybatis.mapper.common.Mapper
;
/**
* 订单支付
*
...
...
Write
Preview
Markdown
is supported
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