Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sap-service
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
曲欣亮
sap-service
Commits
09dda87f
Commit
09dda87f
authored
Aug 15, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
507a26a8
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
55 deletions
+22
-55
application-dev.yml
src/main/resources/application-dev.yml
+0
-14
application-pro.yml
src/main/resources/application-pro.yml
+1
-20
application-uat.yml
src/main/resources/application-uat.yml
+2
-21
application.yml
src/main/resources/application.yml
+19
-0
No files found.
src/main/resources/application-dev.yml
View file @
09dda87f
wsUsedAuth
:
true
wsUsername
:
test
wsUsername
:
test
wsPassword
:
78258c537d6e4d5fb210a57d05619fb6
wsPassword
:
78258c537d6e4d5fb210a57d05619fb6
schneider
:
username
:
DISBTOR_PI
password
:
disbtor@2019
dataTracking
:
isOpen
:
false
tokenExpireMinute
:
60
appId
:
schneider-api
appSecret
:
SGVsbG8yQ2xpZW50IQ
username
:
trance
baseUrl
:
http://10.204.15.3:8083/uat/etc/schneider-api
uri
:
token
:
/v1/token
insertOrderTracking
:
/v1/insertOrderTracking
spring
:
spring
:
datasource
:
datasource
:
url
:
jdbc:mysql://localhost/schneider?useSSL=false&useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
url
:
jdbc:mysql://localhost/schneider?useSSL=false&useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
...
...
src/main/resources/application-pro.yml
View file @
09dda87f
wsUsedAuth
:
true
wsUsername
:
schneider
wsUsername
:
schneider
wsPassword
:
f14d4a80f823438a875b1924384c944c
wsPassword
:
f14d4a80f823438a875b1924384c944c
\ No newline at end of file
schneider
:
username
:
DISBTOR_PI
password
:
disbtor@2019
dataTracking
:
isOpen
:
false
tokenExpireMinute
:
60
appId
:
schneider-api
appSecret
:
SGVsbG8yQ2xpZW50IQ
username
:
trance
baseUrl
:
http://10.204.15.3:8083/uat/etc/schneider-api
uri
:
token
:
/v1/token
insertOrderTracking
:
/v1/insertOrderTracking
spring
:
datasource
:
url
:
jdbc:mysql://10.204.6.8:8066/schneider?useSSL=false&useUnicode=true&characterEncoding=utf8
username
:
schneider
password
:
schneider_e2e
\ No newline at end of file
src/main/resources/application-uat.yml
View file @
09dda87f
wsUsedAuth
:
true
wsUsername
:
test
wsUsername
:
test
wsPassword
:
78258c537d6e4d5fb210a57d05619fb6
wsPassword
:
78258c537d6e4d5fb210a57d05619fb6
\ No newline at end of file
schneider
:
username
:
DISBTOR_PI
password
:
disbtor@2019
dataTracking
:
isOpen
:
false
tokenExpireMinute
:
60
appId
:
schneider-api
appSecret
:
SGVsbG8yQ2xpZW50IQ
username
:
trance
baseUrl
:
http://10.204.15.3:8083/uat/etc/schneider-api
uri
:
token
:
/v1/token
insertOrderTracking
:
/v1/insertOrderTracking
spring
:
datasource
:
url
:
jdbc:mysql://10.204.6.8:8066/schneider?useSSL=false&useUnicode=true&characterEncoding=utf8
username
:
schneider
password
:
schneider_e2e
\ No newline at end of file
src/main/resources/application.yml
View file @
09dda87f
...
@@ -15,6 +15,22 @@ WSDL:
...
@@ -15,6 +15,22 @@ WSDL:
isUsedTestController
:
true
isUsedTestController
:
true
xmlRoot
:
xml
xmlRoot
:
xml
systemId
:
system
systemId
:
system
wsUsedAuth
:
true
wsUsername
:
test
wsPassword
:
78258c537d6e4d5fb210a57d05619fb6
schneider
:
username
:
DISBTOR_PI
password
:
disbtor@2019
dataTracking
:
isOpen
:
false
tokenExpireMinute
:
60
appId
:
schneider-api
appSecret
:
SGVsbG8yQ2xpZW50IQ
username
:
trance
baseUrl
:
http://10.204.15.3:8083/uat/etc/schneider-api
uri
:
token
:
/v1/token
insertOrderTracking
:
/v1/insertOrderTracking
server
:
server
:
port
:
8080
port
:
8080
tomcat
:
tomcat
:
...
@@ -25,6 +41,9 @@ spring:
...
@@ -25,6 +41,9 @@ spring:
datasource
:
datasource
:
type
:
com.alibaba.druid.pool.DruidDataSource
type
:
com.alibaba.druid.pool.DruidDataSource
driverClassName
:
com.mysql.cj.jdbc.Driver
driverClassName
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://10.204.6.8:8066/schneider?useSSL=false&useUnicode=true&characterEncoding=utf8
username
:
schneider
password
:
schneider_e2e
maxActive
:
20
maxActive
:
20
initialSize
:
1
initialSize
:
1
maxWait
:
60000
maxWait
:
60000
...
...
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