记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
6ef49ca5
Commit
6ef49ca5
authored
Jun 29, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into test
parents
2a397957
98b92755
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
9 deletions
+5
-9
application-test.yml
liquidnet-bus-config/liquidnet-config/application-test.yml
+1
-5
liquidnet-service-platform.yml
...us-config/liquidnet-config/liquidnet-service-platform.yml
+2
-2
PerformancesExpressCallbackController.java
...press/shunfeng/PerformancesExpressCallbackController.java
+1
-1
OrderRefundCallbackController.java
...form/controller/refund/OrderRefundCallbackController.java
+1
-1
No files found.
liquidnet-bus-config/liquidnet-config/application-test.yml
View file @
6ef49ca5
...
@@ -23,13 +23,9 @@ liquidnet:
...
@@ -23,13 +23,9 @@ liquidnet:
knife4j
:
knife4j
:
disable
:
false
disable
:
false
redis
:
redis
:
host
:
r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
host
:
r-2ze7002ckw5u75fguk.redis.rds.aliyuncs.com
# host: r-2zefzyjbij5vbez65y.redis.rds.aliyuncs.com
port
:
6380
port
:
6380
password
:
PO@B!Iud32
password
:
PO@B!Iud32
# host: r-2ze7002ckw5u75fguk.redis.rds.aliyuncs.com
# port: 6380
# password: PO@B!Iud32
mongodb
:
mongodb
:
host
:
s-2zef656730e5a1d4-pub.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14-pub.mongodb.rds.aliyuncs.com:3717
host
:
s-2zef656730e5a1d4-pub.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14-pub.mongodb.rds.aliyuncs.com:3717
port
:
3717
port
:
3717
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-service-platform.yml
View file @
6ef49ca5
...
@@ -57,7 +57,7 @@ info:
...
@@ -57,7 +57,7 @@ info:
version
:
'
@project.version@'
version
:
'
@project.version@'
# -----------------------------------------------------------
# -----------------------------------------------------------
mybatis-plus
:
mybatis-plus
:
mapper-locations
:
classpath:com.liquidnet.service.*.mapper/*Mapper.xml
mapper-locations
:
classpath:com.liquidnet.service.*.mapper/*Mapper.xml
,classpath:com.liquidnet.service.kylin.mapper/*Mapper.xml
# -----------------------------------------------------------
# -----------------------------------------------------------
spring
:
spring
:
application
:
application
:
...
@@ -142,4 +142,4 @@ global-auth:
...
@@ -142,4 +142,4 @@ global-auth:
# -----------------------------------------------------------
# -----------------------------------------------------------
# -----------------------------------------------------------
# -----------------------------------------------------------
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/controller/express/shunfeng/PerformancesExpressCallbackController.java
View file @
6ef49ca5
...
@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.*;
...
@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.*;
* @since 2021-06-29
* @since 2021-06-29
*/
*/
@Api
(
tags
=
"前端-shunfengBack"
)
@Api
(
tags
=
"前端-shunfeng
Call
Back"
)
@RestController
@RestController
@RequestMapping
(
"performancesExpress"
)
@RequestMapping
(
"performancesExpress"
)
public
class
PerformancesExpressCallbackController
{
public
class
PerformancesExpressCallbackController
{
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/controller/refund/OrderRefundCallbackController.java
View file @
6ef49ca5
...
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
* @author jiangxiulong
* @author jiangxiulong
* @since 2021-06-11 6:10 下午
* @since 2021-06-11 6:10 下午
*/
*/
@Api
(
tags
=
"前端-
退款回调
"
)
@Api
(
tags
=
"前端-
refundCallBack
"
)
@RestController
@RestController
@RequestMapping
(
"refund"
)
@RequestMapping
(
"refund"
)
public
class
OrderRefundCallbackController
{
public
class
OrderRefundCallbackController
{
...
...
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