mirror of https://github.com/jeecgboot/jeecg-boot
Fix folder path
parent
aa18856ac5
commit
7421adca71
|
@ -179,7 +179,7 @@ spring:
|
||||||
data:
|
data:
|
||||||
mongodb:
|
mongodb:
|
||||||
authentication-database: prod
|
authentication-database: prod
|
||||||
uri: mongodb://prod:pwd@ip:port/wia_app?authSource=prod
|
uri: mongodb://prod:WIA2024+prod@192.168.31.150:27017/wia_app?authSource=wia_app
|
||||||
#mybatis plus 设置
|
#mybatis plus 设置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
|
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
|
||||||
|
@ -224,7 +224,7 @@ jeecg:
|
||||||
creditTemplatePath_EU: /wia/files/Credit_Invoice_Template_EU.xlsx
|
creditTemplatePath_EU: /wia/files/Credit_Invoice_Template_EU.xlsx
|
||||||
creditTemplatePath_US: /wia/files/Credit_Invoice_Template_US.xlsx
|
creditTemplatePath_US: /wia/files/Credit_Invoice_Template_US.xlsx
|
||||||
# where to store generated credit file
|
# where to store generated credit file
|
||||||
creditInvoiceDir: wia/invoices/credit
|
creditInvoiceDir: /wia/invoices/credit
|
||||||
|
|
||||||
# purchase invoice template
|
# purchase invoice template
|
||||||
purchaseTemplatePath: /wia/files/Purchase_Invoice_Template.xlsx
|
purchaseTemplatePath: /wia/files/Purchase_Invoice_Template.xlsx
|
||||||
|
|
Loading…
Reference in New Issue