Commit 0abfab6b authored by ms-dev's avatar ms-dev

数据文件端口更新

parent fea341b3
......@@ -52,7 +52,7 @@ QQ交流群号1:221335098<br/>
* 创建数据库db-mcms-open,注意:数据库使用utf-8编码,导入doc/db-mcms-open.sql备份文件;
* 修改src\main\resources\config.properties文件中的数据库设置参数;
* 后台访问地址:http://+ip地址(或localhost)+tomcat端口+项目发布名/ms/login.do <font color="red">必需先访问后台界面再访问前台界面</font>
* 前台访问地址:http://+ip地址(或localhost)+tomcat端口+项目发布名<font color="red">如果发布的地址不是http://localhost:8080/mcms</font>,先在后台生成静态页面再进行访问
* 前台访问地址:http://+ip地址(或localhost)+tomcat端口+项目发布名<font color="red">,如果发布的地址不是http://localhost:8080/mcms</font>,先在后台生成静态页面再进行访问
* 管理员账号,用户名:msopen 密码:msopen
#文件说明
......@@ -79,7 +79,6 @@ QQ交流群号1:221335098<br/>
#代码部署与常见问题
* eclipse导入git源码:http://ms.mingsoft.net/mbbs/13582/detail.do
* eclipse导入zip源码: http://ms.mingsoft.net/mbbs/12998/detail.do
* MCms环境配置常见问题 http://ms.mingsoft.net/mbbs/13000/detail.do
* MStore使用方式:http://ms.mingsoft.netmbbs/13008/detail.do
......
......@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50520
File Encoding : 65001
Date: 2016-04-27 15:55:40
Date: 2016-05-06 10:00:02
*/
SET FOREIGN_KEY_CHECKS=0;
......@@ -41,7 +41,7 @@ CREATE TABLE `app` (
-- ----------------------------
-- Records of app
-- ----------------------------
INSERT INTO `app` VALUES ('1', 'MCMS-OPEN', 'http://localhost:99/mcms', '', '', '', 'mooc', '50', '', null, 'm', null, '', '0', '0');
INSERT INTO `app` VALUES ('1', 'MCMS-OPEN', 'http://localhost:8080/mcms', '', '', '', 'mooc', '50', '', null, 'm', null, '', '0', '0');
-- ----------------------------
-- Table structure for `basic`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment