java员工管理系统源代码_java SSH员工管理系统以及Demo代码下载

项目截图:

5f44669d9023f819b9cfa4031178418d.png

数据库脚本:CREATE DATABASE `company` default charset=utf8;

CREATE TABLE `employer` (

`id` int(20) unsigned NOT NULL AUTO_INCREMENT,

`name` varchar(20) NOT NULL,

`address` varchar(50) NOT NULL,

`create_date` date NOT NULL,

PRIMARY KEY (`id`)

) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;

配置文件:

pom.xml

4.0.0

dyl

ssh

0.0.1-SNAPSHOT

http://maven.apache.org

java

java official repository

http://download.java.net/maven/2/

com.sun

tools

1.5.0

org.apache.struts

struts2-core

2.1.8

org.apache.struts

struts2-spring-plugin

2.1.8

mysql

mysql-connector-java

5.1.9

org.springframework

spring

2.5.6

org.springframework

spring-web

2.5.6

org.hibernate

hibernate

3.2.7.ga

dom4j

dom4j

1.6.1

commons-logging

commons-logging

1.1.1

commons-collections

commons-collections

3.2.1

cglib

cglib

2.1

antlr

antlr

2.7.7

javassist

javassist

3.12.0.GA

web.xml<?xml version="1.0" encoding="UTF-8"?>

index.html

structs-tags

org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

structs-tags

/*

org.springframework.web.context.ContextLoaderListener

contextConfigLocation

/WEB-INF/classes/SpringBeans.xml

struts.xml<?xml version="1.0" encoding="UTF-8" ?>

/p>

"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"

"http://struts.apache.org/dtds/struts-2.0.dtd">

class="employerAction" method="addEmployer" >

/WEB-INF/views/Employer.jsp

class="employerAction" method="listCustomer" >

/WEB-INF/views/Employer.jsp

springBeans.xml<?xml version="1.0" encoding="UTF-8"?>

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://www.springframework.org/schema/beans

http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">

运行截图:

5f44669d9023f819b9cfa4031178418d.png

由最代码官方编辑于2016-10-9 9:59:42

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值