常用的xml头文件

参考原文:https://www.cnblogs.com/uniquezhangqi/p/9199329.html#commentform

xmlns,xmlns:xsi,xsi:schemaLocation 解释,参考:https://blog.csdn.net/yangyuge1987/article/details/59536964

spring-core.xml



spring-ehcache.xml



spring-jpa.xml



spring mvc.xml



spring-scheduler.xml




    使用Spring的 Scheduled的定时任务配置

    
    
    
    
    
    
    

    

spring-shiro.xml




    Shiro安全配置

spring.xml




    

web.xml



web.xml 元素详解:https://blog.csdn.net/sinat_39955521/article/details/78918153

pom.xml


  4.0.0
  report
  report-web
  war
  0.0.1-SNAPSHOT
  report-web
  ......

applicationContext.xml



    ......

 

你可能感兴趣的:(JAVA)