# movie-cms **Repository Path**: scKyleZhang/movie-cms ## Basic Information - **Project Name**: movie-cms - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: KyleZhang - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 52 - **Created**: 2018-03-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 码云地址:https://gitee.com/scKyleZhang/movie-cms 数据库创建:CREATE DATABASE test DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 数据库密码:root 帐号:ttxx666 创建数据库后运行Demo6Application.Tests初始数据库数据 运行Demo6Application启动项目 首页访问地址:http://localhost:8088/movie 姓名:张凯 学号:1604220442 实现功能: 1、电影的列表,新增,编辑,详情,删除; 2、角色的新增,编辑,详情,删除; 3、演员的详情,编辑