Authored by csgyoho

完善

  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:task="http://www.springframework.org/schema/task" xmlns:util="http://www.springframework.org/schema/util"
  3 + xmlns:aop="http://www.springframework.org/schema/aop" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p"
  4 + xsi:schemaLocation="http://www.springframework.org/schema/beans
  5 + http://www.springframework.org/schema/beans/spring-beans.xsd
  6 + http://www.springframework.org/schema/context
  7 + http://www.springframework.org/schema/context/spring-context.xsd
  8 + http://www.springframework.org/schema/util
  9 + http://www.springframework.org/schema/util/spring-util.xsd
  10 + http://www.springframework.org/schema/aop
  11 + http://www.springframework.org/schema/aop/spring-aop.xsd
  12 + http://www.springframework.org/schema/mvc
  13 + http://www.springframework.org/schema/mvc/spring-mvc.xsd
  14 + http://www.springframework.org/schema/task
  15 + http://www.springframework.org/schema/task/spring-task.xsd">
  16 + <context:component-scan base-package="com.yohoufo.inboxclient" />
  17 +</beans>