diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml index b801cbb19..a4a509753 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml @@ -179,7 +179,7 @@ spring: data: mongodb: 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: mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml @@ -224,7 +224,7 @@ jeecg: creditTemplatePath_EU: /wia/files/Credit_Invoice_Template_EU.xlsx creditTemplatePath_US: /wia/files/Credit_Invoice_Template_US.xlsx # where to store generated credit file - creditInvoiceDir: wia/invoices/credit + creditInvoiceDir: /wia/invoices/credit # purchase invoice template purchaseTemplatePath: /wia/files/Purchase_Invoice_Template.xlsx