# wx_cfg_library **Repository Path**: SuperMuscleMan/wx_cfg_library ## Basic Information - **Project Name**: wx_cfg_library - **Description**: wx Server 框架的配置层模块 - **Primary Language**: Erlang - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-18 - **Last Updated**: 2021-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wx\_cfg_library # ## 简介 ## 配置模块,将ErlangTerm格式的文本文档加载到ets中,优点是使用方便。比原始的、民间的、直接写在erl文件中的更加方便。 ## 如何配置 ## 请前往wx_server_example项目查看示例,路径/apps/wx_server_example/priv/.cfg/test.cfg Build ----- $ rebar3 compile