• SSM 校园兼职平台


    SSM 校园兼职平台

    SSM 校园兼职平台 功能介绍

    首页 登录注册 图片轮播展示 商家注册 学生注册 求职意向列表 求职意向详细 招聘信息展示 条件查询招聘信息 查看招聘详情 最新资讯 兼职资讯 通知公告 在线留言 查看留言

    后台管理 登录 管理员管理 修改密码 兼职资讯管理 通知公告管理 留言管理 学生管理 商家管理 求职意向管理 申诉管理 举报管理 招聘管理 应聘管理 轮播图管理

    角色:学生 商家 超级管理员 普通管理员

    使用技术
    • SSM(Spring + SpringMVC + Mybaits)

    • Mybaits

    • Mysql数据库

    • jsp(前端)

    功能展示

    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述

    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述

    web.xml配置
    
    <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>
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    运行

    创建数据库, 然后修改数据库连接相关信息。

    配置tomcat运行

    前台访问地址:http://localhost:8080/index.do

    学生注册或使用账号:001 密码:001

    后台访问地址:http://localhost:8080/login.jsp

    管理员账号:liang 密码:liang

  • 相关阅读:
    C++ STL标准模板库(一)
    Java深拷贝与浅拷贝
    吃鸡高手亲授:玩转绝地求生,分享顶级游戏干货!
    MYSQL——外键约束
    MySQL最新版8.1.0安装配置教程
    linux http代理设置
    FPGA中应用LVDS信号
    回溯难题(算法村第十八关黄金挑战)
    华为eNSP防火墙USG5500基本配置
    类成员的访问控制属性
  • 原文地址:https://blog.csdn.net/yinjl123/article/details/127825969