2025-06-11 17:46:57 +08:00

24 lines
686 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div style="display: flex;">
<img src="https://oss.iteachyou.cc/logo.png" height="30" />
<div style="margin-left: 5px; font-size: 30px; line-height: 30px; font-weight: bold;">梦想家内容管理系统</div>
</div>
----------
### 问网站启动后后台正常前台404
一般产生该问题是由于项目的资源目录配置错误导致可以仔细检查项目中application-(dev|prd).yml文件中的
```yaml
web:
resource-path: D:/dreamer-cms/
```
如上配置则要保证在D:/ 盘中存在dreamer-cms目录并保证该目录中的目录文件结构为以下示例
```yaml
dreamer-cms
|- htmls
|- templates
|- uploads
|- config.json
```