Commit 00d5dc55 authored by 顾俭's avatar 顾俭

fcn -> aship

parent 3b0afeb9
SIT: SIT:
URL: http://project.benchmarkchina.com:58000/ 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 环境启动:目录:/alidata1/dev/aship/srm 脚本:run-docker.sh
ISSUE: ISSUE:
URL: http://project.benchmarkchina.com:58001/ 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) 环境启动:目录:/alidata1/dev/launcher/aship/srm 脚本:issue.sh issueNo(如执行:sh issue.sh 2)
Staging: Staging:
......
...@@ -30,7 +30,7 @@ spring: ...@@ -30,7 +30,7 @@ spring:
location: /home location: /home
resources: 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: mail:
host: smtp.exmail.qq.com host: smtp.exmail.qq.com
...@@ -100,7 +100,7 @@ srm: ...@@ -100,7 +100,7 @@ srm:
poChgPobiangeng: poChgPobiangeng:
invoiceWSDL: invoiceWSDL:
invoiceFapiao: invoiceFapiao:
defaultReturnType: 1 defaultReturnType: 0
defaultPoChgReturnType: 0 defaultPoChgReturnType: 0
supplierErpCheck: false supplierErpCheck: false
supplierErpSend: false supplierErpSend: false
...@@ -108,7 +108,7 @@ srm: ...@@ -108,7 +108,7 @@ srm:
enable: false enable: false
recipients: gujian@benchmarkchina.com,raven@benchmarkchina.com recipients: gujian@benchmarkchina.com,raven@benchmarkchina.com
--- # default profile --- # sit profile
spring: spring:
profiles: default profiles: default
datasource: datasource:
...@@ -133,20 +133,20 @@ spring: ...@@ -133,20 +133,20 @@ spring:
profiles: prod profiles: prod
datasource: datasource:
driverClassName: com.mysql.jdbc.Driver 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 username: srm
password: srm password: srm
boot: boot:
admin: admin:
url: http://58.210.204.82:9000 url: http://192.168.12.51:9000
client: client:
service-url: http://58.210.204.82:1099 service-url: http://192.168.12.51:1099
name: srm-prod name: srm-prod
http: http:
multipart: multipart:
max-file-size: 20MB max-file-size: 20MB
max-request-size: 20MB max-request-size: 20MB
location: /home/srm/SRM/IOne-SRM-Prod/upload location: /root/SRM/IOne-SRM-Prod/upload
server: server:
port: 1099 port: 1099
...@@ -160,7 +160,7 @@ srm: ...@@ -160,7 +160,7 @@ srm:
print: print:
printInSrm: false printInSrm: false
printIpPrefixInSide: 192 printIpPrefixInSide: 192
printHostOutSide: http://58.210.204.82:28080/ printHostOutSide: http://192.168.12.51:28080/
printHostInSide: http://192.168.2.18:8080/ printHostInSide: http://192.168.2.18:8080/
printOrderUrl: WebReport/ReportServer?reportlet=ZMT/SRM/srmorder.cpt&shdh= printOrderUrl: WebReport/ReportServer?reportlet=ZMT/SRM/srmorder.cpt&shdh=
printLabelUrl: WebReport/ReportServer?reportlet=ZMT/SRM/srmlabel.cpt&shdh= printLabelUrl: WebReport/ReportServer?reportlet=ZMT/SRM/srmlabel.cpt&shdh=
...@@ -182,10 +182,12 @@ srm: ...@@ -182,10 +182,12 @@ srm:
poChgPobiangeng: SRM_pobiangeng poChgPobiangeng: SRM_pobiangeng
invoiceWSDL: http://192.168.1.30:6394/ws/r/aws_ttsrv4?wsdl invoiceWSDL: http://192.168.1.30:6394/ws/r/aws_ttsrv4?wsdl
invoiceFapiao: SRM_fapiao invoiceFapiao: SRM_fapiao
defaultReturnType: 1 defaultReturnType: 0
defaultPoChgReturnType: 0 defaultPoChgReturnType: 0
supplierErpCheck: true
supplierErpSend: true
email: email:
enable: true enable: false
recipients: gujian@benchmarkchina.com,raven@benchmarkchina.com recipients: gujian@benchmarkchina.com,raven@benchmarkchina.com
logoImg: logoImg:
logging: logging:
...@@ -201,20 +203,20 @@ spring: ...@@ -201,20 +203,20 @@ spring:
profiles: staging profiles: staging
datasource: datasource:
driverClassName: com.mysql.jdbc.Driver 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 username: srm_staging
password: srm_staging password: srm_staging
boot: boot:
admin: admin:
url: http://58.210.204.82:9000 url: http://192.168.12.51:9000
client: client:
service-url: http://58.210.204.82:1098 service-url: http://192.168.12.51:1098
name: srm-staging name: srm-staging
http: http:
multipart: multipart:
max-file-size: 20MB max-file-size: 20MB
max-request-size: 20MB max-request-size: 20MB
location: /home/srm/SRM/IOne-SRM-Staging/upload location: /root/SRM/IOne-SRM-Staging/upload
server: server:
port: 1098 port: 1098
...@@ -226,7 +228,7 @@ srm: ...@@ -226,7 +228,7 @@ srm:
print: print:
printInSrm: false printInSrm: false
printIpPrefixInSide: 192 printIpPrefixInSide: 192
printHostOutSide: http://58.210.204.82:28080/ printHostOutSide: http://192.168.12.51:28080/
printHostInSide: http://192.168.2.18:8080/ printHostInSide: http://192.168.2.18:8080/
printOrderUrl: WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmorder.cpt&shdh= printOrderUrl: WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmorder.cpt&shdh=
printLabelUrl: WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmlabel.cpt&shdh= printLabelUrl: WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmlabel.cpt&shdh=
...@@ -248,8 +250,13 @@ srm: ...@@ -248,8 +250,13 @@ srm:
poChgPobiangeng: SRM_pobiangeng poChgPobiangeng: SRM_pobiangeng
invoiceWSDL: http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest?wsdl invoiceWSDL: http://192.168.1.30:6394/ws/r/aws_ttsrv4_toptest?wsdl
invoiceFapiao: SRM_fapiao invoiceFapiao: SRM_fapiao
defaultReturnType: 1 defaultReturnType: 0
defaultPoChgReturnType: 0 defaultPoChgReturnType: 0
supplierErpCheck: false
supplierErpSend: false
email:
enable: true
recipients: gujian@benchmarkchina.com,raven@benchmarkchina.com
logoImg: logoImg:
logging: logging:
...@@ -259,101 +266,6 @@ logging: ...@@ -259,101 +266,6 @@ logging:
org.hibernate.type.descriptor.sql.BasicExtractor: DEBUG org.hibernate.type.descriptor.sql.BasicExtractor: DEBUG
file: log/srm.log 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 --- # gujian profile
spring: spring:
profiles: gujian profiles: gujian
...@@ -400,7 +312,7 @@ srm: ...@@ -400,7 +312,7 @@ srm:
print: print:
printInSrm: false printInSrm: false
printIpPrefixInSide: 192 printIpPrefixInSide: 192
printHostOutSide: http://58.210.204.82:28080/ printHostOutSide: http://192.168.12.51:28080/
printHostInSide: http://192.168.2.18:8080/ printHostInSide: http://192.168.2.18:8080/
printOrderUrl: WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmorder.cpt&shdh= printOrderUrl: WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmorder.cpt&shdh=
printLabelUrl: WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmlabel.cpt&shdh= printLabelUrl: WebReport/ReportServer?reportlet=ZMT/SRM_TEST/srmlabel.cpt&shdh=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment