Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
aship
srm
Commits
00d5dc55
Commit
00d5dc55
authored
Jul 03, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fcn -> aship
parent
3b0afeb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
114 deletions
+25
-114
readme
readme
+1
-2
application.yml
src/main/resources/application.yml
+24
-112
No files found.
readme
View file @
00d5dc55
SIT:
URL: http://project.benchmarkchina.com:58000/
Database:jdbc:mysql://project.benchmarkchina.com:3306/srm_aship
?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
Database:jdbc:mysql://project.benchmarkchina.com:3306/srm_aship
环境启动:目录:/alidata1/dev/aship/srm 脚本:run-docker.sh
ISSUE:
URL: http://project.benchmarkchina.com:58001/
Database:jdbc:mysql://project.benchmarkchina.com:3306/srm_aship?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
环境启动:目录:/alidata1/dev/launcher/aship/srm 脚本:issue.sh issueNo(如执行:sh issue.sh 2)
Staging:
...
...
src/main/resources/application.yml
View file @
00d5dc55
...
...
@@ -30,7 +30,7 @@ spring:
location
:
/home
resources
:
static-locations
:
file:/
home/srm
, classpath:/static/,classpath:/META-INF/resources/,classpath:/resources/,classpath:/public/
static-locations
:
file:/
root/SRM
, classpath:/static/,classpath:/META-INF/resources/,classpath:/resources/,classpath:/public/
mail
:
host
:
smtp.exmail.qq.com
...
...
@@ -100,7 +100,7 @@ srm:
poChgPobiangeng
:
invoiceWSDL
:
invoiceFapiao
:
defaultReturnType
:
1
defaultReturnType
:
0
defaultPoChgReturnType
:
0
supplierErpCheck
:
false
supplierErpSend
:
false
...
...
@@ -108,7 +108,7 @@ srm:
enable
:
false
recipients
:
gujian@benchmarkchina.com,raven@benchmarkchina.com
---
#
defaul
t profile
---
#
si
t profile
spring
:
profiles
:
default
datasource
:
...
...
@@ -133,20 +133,20 @@ spring:
profiles
:
prod
datasource
:
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://
localhost
:3306/srm?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
url
:
jdbc:mysql://
192.168.12.52
:3306/srm?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
username
:
srm
password
:
srm
boot
:
admin
:
url
:
http://
58.210.204.82
:9000
url
:
http://
192.168.12.51
:9000
client
:
service-url
:
http://
58.210.204.82
:1099
service-url
:
http://
192.168.12.51
:1099
name
:
srm-prod
http
:
multipart
:
max-file-size
:
20MB
max-request-size
:
20MB
location
:
/
home/srm
/SRM/IOne-SRM-Prod/upload
location
:
/
root
/SRM/IOne-SRM-Prod/upload
server
:
port
:
1099
...
...
@@ -160,7 +160,7 @@ srm:
print
:
printInSrm
:
false
printIpPrefixInSide
:
192
printHostOutSide
:
http://
58.210.204.82
:28080/
printHostOutSide
:
http://
192.168.12.51
:28080/
printHostInSide
:
http://192.168.2.18:8080/
printOrderUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM/srmorder.cpt&shdh=
printLabelUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM/srmlabel.cpt&shdh=
...
...
@@ -182,10 +182,12 @@ srm:
poChgPobiangeng
:
SRM_pobiangeng
invoiceWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4?wsdl
invoiceFapiao
:
SRM_fapiao
defaultReturnType
:
1
defaultReturnType
:
0
defaultPoChgReturnType
:
0
supplierErpCheck
:
true
supplierErpSend
:
true
email
:
enable
:
tru
e
enable
:
fals
e
recipients
:
gujian@benchmarkchina.com,raven@benchmarkchina.com
logoImg
:
logging
:
...
...
@@ -201,20 +203,20 @@ spring:
profiles
:
staging
datasource
:
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://
localhost
:3306/srm_staging?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
url
:
jdbc:mysql://
192.168.12.51
:3306/srm_staging?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
username
:
srm_staging
password
:
srm_staging
boot
:
admin
:
url
:
http://
58.210.204.82
:9000
url
:
http://
192.168.12.51
:9000
client
:
service-url
:
http://
58.210.204.82
:1098
service-url
:
http://
192.168.12.51
:1098
name
:
srm-staging
http
:
multipart
:
max-file-size
:
20MB
max-request-size
:
20MB
location
:
/
home/srm
/SRM/IOne-SRM-Staging/upload
location
:
/
root
/SRM/IOne-SRM-Staging/upload
server
:
port
:
1098
...
...
@@ -226,7 +228,7 @@ srm:
print
:
printInSrm
:
false
printIpPrefixInSide
:
192
printHostOutSide
:
http://
58.210.204.82
:28080/
printHostOutSide
:
http://
192.168.12.51
:28080/
printHostInSide
:
http://192.168.2.18:8080/
printOrderUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmorder.cpt&shdh=
printLabelUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmlabel.cpt&shdh=
...
...
@@ -248,8 +250,13 @@ srm:
poChgPobiangeng
:
SRM_pobiangeng
invoiceWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest?wsdl
invoiceFapiao
:
SRM_fapiao
defaultReturnType
:
1
defaultReturnType
:
0
defaultPoChgReturnType
:
0
supplierErpCheck
:
false
supplierErpSend
:
false
email
:
enable
:
true
recipients
:
gujian@benchmarkchina.com,raven@benchmarkchina.com
logoImg
:
logging
:
...
...
@@ -259,101 +266,6 @@ logging:
org.hibernate.type.descriptor.sql.BasicExtractor
:
DEBUG
file
:
log/srm.log
---
# stagingvpn profile
spring
:
profiles
:
stagingvpn
datasource
:
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://192.168.2.25:3306/srm_staging?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
username
:
srm_staging
password
:
srm_staging
server
:
port
:
1098
srm
:
dev
:
true
aclSchema
:
srm_staging
companyName
:
一舟
bannerInfo
:
测试数据! 请勿送货!
print
:
printInSrm
:
false
printIpPrefixInSide
:
192
printHostOutSide
:
http://58.210.204.82:28080/
printHostInSide
:
http://192.168.2.18:8080/
printOrderUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmorder.cpt&shdh=
printLabelUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmlabel.cpt&shdh=
printLabelA4Url
:
WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmlabelA4.cpt&shdh=
soapWs
:
wsDynamicClient
:
false
wsUrl
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest
deliverOrderWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest?wsdl
deliverOrderFahuo
:
SRM_fahuo
deliverOrderChehuiWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest?wsdl
deliverOrderFahuochehui
:
SRM_fahuochehui
productWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest?wsdl
productLiaojian
:
SRM_liaojian
supplierWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest?wsdl
supplierGetgys
:
SRM_getgys
supplierGongyingshang
:
SRM_gongyingshang
supplierGyscf
:
SRM_gyscf
poChgWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest?wsdl
poChgPobiangeng
:
SRM_pobiangeng
invoiceWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest?wsdl
invoiceFapiao
:
SRM_fapiao
defaultReturnType
:
1
defaultPoChgReturnType
:
0
logoImg
:
---
# prodvpn profile
spring
:
profiles
:
prodvpn
datasource
:
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://192.168.2.25:3306/srm?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
username
:
srm
password
:
srm
server
:
port
:
1098
srm
:
dev
:
true
aclSchema
:
srm
companyName
:
一舟
bannerInfo
:
正式区
print
:
printInSrm
:
false
printIpPrefixInSide
:
192
printHostOutSide
:
http://58.210.204.82:28080/
printHostInSide
:
http://192.168.2.18:8080/
printOrderUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM/srmorder.cpt&shdh=
printLabelUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM/srmlabel.cpt&shdh=
printLabelA4Url
:
WebReport/ReportServer?reportlet=ZMT/SRM/srmlabelA4.cpt&shdh=
soapWs
:
wsDynamicClient
:
false
wsUrl
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest
deliverOrderWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4?wsdl
deliverOrderFahuo
:
SRM_fahuo
deliverOrderChehuiWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4?wsdl
deliverOrderFahuochehui
:
SRM_fahuochehui
productWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4?wsdl
productLiaojian
:
SRM_liaojian
supplierWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4?wsdl
supplierGetgys
:
SRM_getgys
supplierGongyingshang
:
SRM_gongyingshang
supplierGyscf
:
SRM_gyscf
poChgWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4?wsdl
poChgPobiangeng
:
SRM_pobiangeng
invoiceWSDL
:
http://192.168.1.30:6394/ws/r/aws_ttsrv4?wsdl
invoiceFapiao
:
SRM_fapiao
defaultReturnType
:
1
defaultPoChgReturnType
:
0
logoImg
:
---
# gujian profile
spring
:
profiles
:
gujian
...
...
@@ -400,7 +312,7 @@ srm:
print
:
printInSrm
:
false
printIpPrefixInSide
:
192
printHostOutSide
:
http://
58.210.204.82
:28080/
printHostOutSide
:
http://
192.168.12.51
:28080/
printHostInSide
:
http://192.168.2.18:8080/
printOrderUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmorder.cpt&shdh=
printLabelUrl
:
WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmlabel.cpt&shdh=
...
...
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