注解开发ssh项目

时间:2021-06-24 07:09:52
【文件属性】:

文件名称:注解开发ssh项目

文件大小:17.68MB

文件格式:ZIP

更新时间:2021-06-24 07:09:52

注解ssh项目

@Entity @Table(name="book") public class Book { @Id @GeneratedValue(strategy=GenerationType.IDENTITY) private Integer id; @Column(name="name") private String name; private String price; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getPrice() { return price; } public void setPrice(String price) { this.price = price; } }


【文件预览】:
SpringDemo9_ssh_annotation_demo3
----.project(1KB)
----src()
--------service()
--------action()
--------applicationContext.xml(2KB)
--------jdbc.properties(90B)
--------dao()
--------log4j.properties(662B)
--------bean()
----WebRoot()
--------WEB-INF()
--------view()
--------index.jsp(829B)
--------META-INF()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.common.project.facet.core.xml(414B)
--------org.eclipse.jdt.core.prefs(364B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.component(555B)
--------.jsdtscope(522B)
----.classpath(1KB)

网友评论