lx-template/backups/2025-04-09/2025-04-09_system_question.sql

26 lines
5.2 KiB
MySQL
Raw Normal View History

2025-04-17 10:14:18 +08:00
/*
Dreamer CMS 2025-04-09
*/
DROP TABLE IF EXISTS `system_question`;
/*
Table structure for table `system_question`
*/
CREATE TABLE `system_question` (
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID',
`ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`answer` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
/*
Data for table `system_question`
*/
INSERT INTO `system_question`(`aid`, `answer`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('07d10ba665644d40ba558b0fe3d4831f', '<p style="box-sizing: border-box; margin: 0px 0em 16px; line-height: 1.6; word-break: break-word; color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"><span style="font-size: 14px;">CMS包括两个部分代码部分、资源部分代码不多说。资源就是图片、模版等该目录在application.yml中web.resource-path配置项目中配置。视频教程</span></p><pre style="box-sizing: border-box; overflow: auto; font-family: SFMono-Regular, Menlo, Monaco, Consolas, &quot;Liberation Mono&quot;, &quot;Courier New&quot;, monospace; font-size: 13.6px; margin-top: 0px; margin-bottom: 0px; overflow-wrap: normal; padding: 16px; line-height: 1.45; background-color: rgb(39, 40, 34); border-radius: 3px; word-break: normal; min-height: 52px; tab-size: 4; color: rgb(248, 248, 242);"><span style="font-size: 14px;">CMS后台使用教程https://www.iteachyou.cc/list-6s3bg7tf/dreamercms/1/10Dreamer <br/>CMS模版开发教程https://www.iteachyou.cc/list-l54xs53b/tempdev/1/10 <br/>百度网盘下载链接https://pan.baidu.com/s/1plsfBl_ds_5TkVa-yRkESQ 提取码2c8i<br/>在线观看视频地址https://space.bilibili.com/482273402<br/></span></pre><p><span style="font-size: 14px;">1. 克隆项目到本地工作空间</span></p><p><span style="font-size: 14px;">2. 导入Eclipse或Sts等开发工具推荐使用Spring Tools Suite 4项目需要使用Lombok支持Lombok安装教程请参考</span><a href="https://gitee.com/link?target=https%3A%2F%2Fwww.iteachyou.cc%2Farticle%2F55ec2939c29147eca5bebabf19621655" style="box-sizing: border-box; background: transparent; color: rgb(9, 94, 171); text-decoration: underline; cursor: pointer; overflow-wrap: break-word; font-size: 14px;"><span style="font-size: 14px;">https://www.iteachyou.cc/article/55ec2939c29147eca5bebabf19621655</span></a></p><p><span style="font-size: 14px;">3. 项目需要Redis请自行修改application.yml中Redis配置</span></p><p><span style="font-size: 14px;">4. 修改项目资源目录application.yml文件web.resource-path配置项如D:/dreamer-cms/</span></p><p><span style="font-size: 14px;">5. 导入数据库src/main/resources/db/db.sql要求Mysql5.7版本并修改application-(dev|prd).yml中数据配置</span></p><p><span style="font-size: 14px;">6. 将项目src/main/resources/db/dreamer-cms.zip文件解压保证解压后的目录路径的名称和资源目录一致</span></p><p><span style="font-size: 14px;">7. 运行项目DreamerCMSApplication.java</span></p><p><span style="font-size: 14px;">8. 网站首页:</span><a href="https://gitee.com/link?target=http%3A%2F%2Flocalhost%3A8888" style="box-sizing: border-box; background: transparent; color: rgb(9, 94, 171); text-decoration: underline; cursor: pointer; overflow-wrap: break-word; font-size: 14px;"><span style="font-size: 14px;">http://localhost:8888</span></a><span style="font-size: 14px;">&nbsp;项目管理后台:</span><a href="https://gitee.com/link?target=http%3A%2F%2Flocalhost%3A8888%2Fadmin" style="box-sizing: border-box; background: transparent; color: rgb(9, 94, 171); text-decoration: underline; cursor: pointer; overflow-wrap: break-word; font-size: 14px;"><span style="font-size: 14px;">http://localhost:8888/admin</span></a></p><p><span style="font-size: 14px;">9. 管理后台用户名wangjn密码123456</span></p><p><span style="font-size: 14px;">10. 模版标签开发教程请参考:</span><a href="https://gitee.com/link?tar