# cms-project **Repository Path**: insectoftheleaf/cms-project ## Basic Information - **Project Name**: cms-project - **Description**: cms原码,b站up主:蓝莲花_2019 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-12 - **Last Updated**: 2021-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 一、配置项修改 1. application.yml文件中图片存储路径可以根据自己的系统重新配置 2. WebMvcConfig配置文件中图片的访问路径前缀'public'可以自行修改,addResourceLocations方法中 的本地磁盘映射路径也可以修改 registry.addResourceHandler("/public/**").addResourceLocations("file:/D:/image/cms1010/"); ### 二、运行 1. 后台访问路径 地址:http://localhost:9000/cms/a 默认账户/密码:admin/111111 2. 前台访问路径 地址:http://localhost://9000/cms/f