zoukankan      html  css  js  c++  java
  • 没有找到<context:component-scan base-package="">标签

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!-- 指定Spring配置文件的Schema信息 -->
     3 <beans xmlns="http://www.springframework.org/schema/beans"
     4     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     5     xmlns:aop="http://www.springframework.org/schema/aop"
     6     xmlns:context="http://www.springframework.org/schema/context"
     7     xmlns:tx="http://www.springframework.org/schema/tx"
     8     xsi:schemaLocation="http://www.springframework.org/schema/beans 
     9     http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
    10     http://www.springframework.org/schema/tx 
    11     http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
    12     http://www.springframework.org/schema/context 
    13     http://www.springframework.org/schema/context/spring-context-3.0.xsd
    14     http://www.springframework.org/schema/aop 
    15     http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">

    缺少黄色部门的过

  • 相关阅读:
    Python使用小功能
    2月5日学习记录
    关于js的词法分析
    JavaScript
    blog界面美化
    css属性
    css三大特性
    css之选择器4
    css之选择器3-系列选择器
    css之选择器2
  • 原文地址:https://www.cnblogs.com/sharpest/p/6030463.html
Copyright © 2011-2022 走看看