From e09c35b04a8e48345024af2eb9227286432872f9 Mon Sep 17 00:00:00 2001 From: huangjinyan Date: Mon, 26 Feb 2024 16:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86=E5=BA=93/?= =?UTF-8?q?=E8=AF=BA=E5=94=AF=E8=B5=9ECRM=E9=A1=B9=E7=9B=AE/CRM=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=8B=86=E8=A7=A3=E5=88=86=E6=9E=90/=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E7=BB=84=E4=BB=B6.md=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CRM模块拆解分析/国际化组件.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md b/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md index d6dbec3..b77a750 100644 --- a/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md +++ b/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md @@ -5,15 +5,16 @@ ## 使用方法 1. 以组件方式引入在当前 springboot 工程引入 组件包 - - - +``` +这里输入代码 net.rzdata rz-i18n 0.0.2-SNAPSHOT +``` -2. 组件包扫描包 + +3. 组件包扫描包 @ComponentScan(basePackages = {"org.example","com.blueland"}) @@ -26,7 +27,7 @@ ​ } -3. 增加配置文件 application.yml +. 增加配置文件 application.yml server: @@ -102,5 +103,5 @@ 请求前端接口:**GET** /crm-internation/international/findLangPackage header: tenantid:MID 参数: type:back \ No newline at end of file