Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xnr-interface
Project
Project
Details
Activity
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
heli_wms
xnr-interface
Commits
6b966008
Commit
6b966008
authored
Dec 17, 2019
by
tank.li@mushiny.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wcs任务发送
parent
c0e0fbb0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
application.properties
src/main/resources/application.properties
+30
-0
No files found.
src/main/resources/application.properties
View file @
6b966008
...
...
@@ -18,4 +18,34 @@ spring.rabbitmq.port=5672
spring.rabbitmq.username
=
admin
spring.rabbitmq.password
=
3edcvfr45t
spring.rabbitmq.virtualhost
=
/
#WCS
security.oauth2.client.client-id
=
wms-stowpodselection-server-v8
security.oauth2.client.client-secret
=
wms-stowpodselection-server-v8
security.oauth2.client.access-token-uri
=
http://auth-service-prod-service.production:9998/uaa/oauth/token
security.oauth2.client.user-authorization-uri
=
security.oauth2.client.clientAuthenticationScheme
=
form
security.oauth2.client.grant-type
=
client_credentials
security.oauth2.client.scope
=
server
security.oauth2.resource.token-info-uri
=
http://auth-service-prod-service.production:9998/uaa/oauth/check_token
security.oauth2.resource.prefer-token-info
=
false
baseTokenUrl
=
https://sso-api.mushiny.com
baseUrl
=
http://wcs.mushiny.com
#wcs.username=${wms_to_wcs_token_username}
wcs.username
=
test
#wcs.password=${wms_to_wcs_token_password}
wcs.password
=
test
wcs.type
=
admin
wcs.getTokenUrl
=
${baseTokenUrl}/sso/user/login
wcs.getPods
=
${baseUrl}/wcs/agv-task/workStationInTransitPodNumber
wcs.callPod
=
${baseUrl}/wcs/agv-task/pod-to-workstation
wcs.acpFacesByPodUrl
=
${baseUrl}/wcs/agv-task/getTaskListByWorkStationPod/{sectionId}/{stopCellId}/{direction}/{podId}
wcs.getEnroutedPodsUrl
=
${baseUrl}/wcs/agv-task/getWorkStationPodList/{sectionId}/{stopCellId}/{direction}
wcs.getPodInWorkStation
=
${baseUrl}/wcs/pod/pod_in_workstation/{sectionId}/{stopCellId}/{direction}
wcs.getPodInfo
=
${baseUrl}/wcs/pod/{sectionId}/{podId}
wcs.superCarryPod
=
${baseUrl}/wcs/agv-task/super-pod-to-cell
wcs.releaseCarryPod
=
${baseUrl}/wcs/agv-task/superCarryReleasePod
wcs.releasePod
=
${baseUrl}/wcs/agv-task/releasePod
wcs.agvTaskDetail
=
${baseUrl}/wcs/agv-task/agvTaskDetail
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