mirror of https://github.com/jeecgboot/jeecg-boot
Restore app port and file paths now that old version is no longer running
parent
586e0eddda
commit
c049b5adb7
|
@ -1,5 +1,5 @@
|
||||||
server:
|
server:
|
||||||
port: 8081
|
port: 8080
|
||||||
tomcat:
|
tomcat:
|
||||||
max-swallow-size: -1
|
max-swallow-size: -1
|
||||||
error:
|
error:
|
||||||
|
@ -187,8 +187,8 @@ jeecg:
|
||||||
pc: http://localhost:3100
|
pc: http://localhost:3100
|
||||||
app: http://localhost:8051
|
app: http://localhost:8051
|
||||||
path:
|
path:
|
||||||
upload: /temp/wia/upload
|
upload: /wia/upload
|
||||||
save: /temp/wia/save
|
save: /wia/save
|
||||||
|
|
||||||
# purchase invoice template
|
# purchase invoice template
|
||||||
purchaseTemplatePath: /wia/files/Purchase_Invoice_Template.xlsx
|
purchaseTemplatePath: /wia/files/Purchase_Invoice_Template.xlsx
|
||||||
|
@ -203,10 +203,10 @@ jeecg:
|
||||||
completeTemplatePath_EU: /wia/files/Complete_Invoice_Template_EU.xlsx
|
completeTemplatePath_EU: /wia/files/Complete_Invoice_Template_EU.xlsx
|
||||||
completeTemplatePath_US: /wia/files/Complete_Invoice_Template_US.xlsx
|
completeTemplatePath_US: /wia/files/Complete_Invoice_Template_US.xlsx
|
||||||
# where to store generated file
|
# where to store generated file
|
||||||
shippingInvoiceDir: /temp/wia/invoices/shipping
|
shippingInvoiceDir: /wia/invoices/shipping
|
||||||
shippingInvoiceDetailDir: /temp/wia/invoices/shippingDetail
|
shippingInvoiceDetailDir: /wia/invoices/shippingDetail
|
||||||
shippingInvoicePdfDir: /temp/wia/invoices/pdf/shipping
|
shippingInvoicePdfDir: /wia/invoices/pdf/shipping
|
||||||
shippingInvoiceDetailPdfDir: /temp/wia/invoices/pdf/shippingDetail
|
shippingInvoiceDetailPdfDir: /wia/invoices/pdf/shippingDetail
|
||||||
# CDG location
|
# CDG location
|
||||||
CGS: /wia/files/WIASourcingCGCVF_mai.pdf
|
CGS: /wia/files/WIASourcingCGCVF_mai.pdf
|
||||||
#webapp文件路径
|
#webapp文件路径
|
||||||
|
|
Loading…
Reference in New Issue