# four o **Repository Path**: a-core/401-warehouse ## Basic Information - **Project Name**: four o - **Description**: four o four o four o - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-02 - **Last Updated**: 2026-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #supcon-app #分布式后端系统 spring boot + spring cloud + nacos + gateway + redis + MySQL mysql , redis ,nacos 开发平台地址 : 10.52.40.28 # 分布式后端系统 spring boot + spring cloud + nacos + gateway + redis + MySQL mysql , redis ,nacos 开发平台地址 : 10.52.40.28 遇到Caused by: java.nio.charset.MalformedInputException: Input length = 1报错, 是因为yml文件编码有问题,修改setting下的文件编码。File | Settings | Editor | File Encodings 修改为UTF-8 再把application的配置文件复制到记事本后再粘贴回来,重新启动即可。