HelloSpring:Spring项目简单配置

时间:2024-05-29 00:14:55
【文件属性】:

文件名称:HelloSpring:Spring项目简单配置

文件大小:2.66MB

文件格式:ZIP

更新时间:2024-05-29 00:14:55

Java

Hello Spring SSM 框架学习 (Spring篇) 一、第一个Spring项目 这里就不解释Spring是什么了,简单的说:Spring就是Java的一个轻量级的框架。下面开始正题: 第一步:新建Web Project导入必要的jar包,目前只需导入(spring-core-4.1.6.RELEASE.jar、spring-beans-4.1.6.RELEASE.jar、spring-context-4.1.6.RELEASE.jar、spring-expression-4.1.6.RELEASE.jar)也是必须。 第二步:新建类HelloSpring.class public class HelloSpring { private String who = null; public void print() { System.out.println


【文件预览】:
HelloSpring-master
----.gitignore(272B)
----src()
--------com()
----resources()
--------applicationContext.xml(2KB)
--------log4j.properties(493B)
----.classpath(996B)
----LICENSE(11KB)
----.mymetadata(302B)
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------.jsdtscope(488B)
----README.md(3KB)
----.project(1KB)
----WebRoot()
--------META-INF()
--------index.jsp(808B)
--------WEB-INF()

网友评论