huang
2025-11-04 1fa4f12a4b218412efeb9f72d4d3ee9e577351b0
hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/I18nConfig.java
@@ -1,6 +1,7 @@
package com.mes.tools;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.support.ReloadableResourceBundleMessageSource;
@@ -14,6 +15,7 @@
 * @since 2025/10/21
 */
@Configuration
@RefreshScope
public class I18nConfig {
    /**