首页 登录注册 图片轮播展示 商家注册 学生注册 求职意向列表 求职意向详细 招聘信息展示 条件查询招聘信息 查看招聘详情 最新资讯 兼职资讯 通知公告 在线留言 查看留言
后台管理 登录 管理员管理 修改密码 兼职资讯管理 通知公告管理 留言管理 学生管理 商家管理 求职意向管理 申诉管理 举报管理 招聘管理 应聘管理 轮播图管理
角色:学生 商家 超级管理员 普通管理员
SSM(Spring + SpringMVC + Mybaits)
Mybaits
Mysql数据库
jsp(前端)









<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
<display-name>automobikesysdisplay-name>
<welcome-file-list>
<welcome-file>index.htmlwelcome-file>
<welcome-file>index.htmwelcome-file>
<welcome-file>index.jspwelcome-file>
<welcome-file>default.htmlwelcome-file>
<welcome-file>default.htmwelcome-file>
<welcome-file>default.jspwelcome-file>
welcome-file-list>
<servlet>
<servlet-name>sMvcservlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServletservlet-class>
<init-param>
<param-name >contextConfigLocationparam-name>
<param-value>classpath:springMVC-config.xmlparam-value>
init-param>
<load-on-startup>1load-on-startup>
servlet>
<servlet-mapping>
<servlet-name>sMvcservlet-name>
<url-pattern>*.dourl-pattern>
servlet-mapping>
<filter>
<filter-name>springencodingfilter-name>
<filter-class>org.springframework.web.filter.CharacterEncodingFilterfilter-class>
<init-param>
<param-name>encodingparam-name>
<param-value>utf-8param-value>
init-param>
filter>
<filter-mapping>
<filter-name>springencodingfilter-name>
<url-pattern>/*url-pattern>
filter-mapping>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListenerlistener-class>
listener>
<context-param>
<param-name>contextConfigLocationparam-name>
<param-value>classpath:applicationContext.xmlparam-value>
context-param>
web-app>
创建数据库, 然后修改数据库连接相关信息。
配置tomcat运行
前台访问地址:http://localhost:8080/index.do
学生注册或使用账号:001 密码:001
后台访问地址:http://localhost:8080/login.jsp
管理员账号:liang 密码:liang