和ssh框架的基本一致。

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
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.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd
">
<!--自动注入processor解释器(此行不写)-->
<context:annotation-config></context:annotation-config>
<!--自动扫描包-->
<context:component-scan base-package="com.nf"></context:component-scan> <!--
<bean id="userAction" class="com.nf.action.UserAction" scope="prototype"></bean>
-->
</beans>

地址:https://gitee.com/MuNianShi/userssh002.git

最新文章

  1. Python 从零学起(纯基础) 笔记 之 迭代器、生成器和修饰器
  2. 1.CoreLocation 使用,获取当前位置
  3. html5 audio/video 的那些坑
  4. ,2,liunx命令格式
  5. 归并排序的C语言实现
  6. 一种快速求fibonacci第n个数的算法
  7. How to update FVDI Commander driver to latest V2015.6.2
  8. oracle 10g升级到11g
  9. Html5学习笔记(一)
  10. 报错要跟到底就很更快更准确的发现问题所在一直in进去(其实都知道的哈)
  11. 简单说pyglet.event
  12. 查看mysql 服务器上的连接进程
  13. Unity 鼠标点击左右移动,人物跟随旋转
  14. Django写的投票系统4(转)
  15. 使用dom4j创建和解析xml
  16. CentOS 7安装配置Apache HTTP Server
  17. 排序算法Java实现(希尔排序)
  18. [dev] EPOLLOUT的应用场景
  19. 第二天:python的函 数、循环和条件、类
  20. iSlide——图标库、图示库的用法

热门文章

  1. (转)Python 标准库笔记:string模块
  2. LinuxShell脚本基础 6-case...esac的使用和通配符
  3. 导入数据到HBase的方式选择
  4. Maven 常见知识点整理
  5. java 如何下载jar包
  6. [转]glyphicons-halflings-regular字体 图标
  7. Jquery UI Dialog 导致C#页面后台事件失效
  8. java 的数据库操作--JDBC
  9. Python基础学习总结(五)
  10. maven &lt;repositories&gt;标签,&lt;pluginRepositories&gt;标签