当前位置 : 主页 > 编程语言 > c++ >

spring batch 批处理框架的一个pom.xml配置详情

来源:互联网 收集:自由互联 发布时间:2021-06-30
spring batch+quartz-scheduler+spring-webmvc+hibernate+lombok 的一个框架配置,来做批处理操作 org.apache.maven.plugins maven-compiler-plugin 1.8 1.8 junit junit test org.springframework spring-test test org.slf4j slf4j-api org.
spring batch+quartz-scheduler+spring-webmvc+hibernate+lombok 的一个框架配置,来做批处理操作
 
        
   
    
    
     org.apache.maven.plugins
     
    
     maven-compiler-plugin
     
     
     1.8 
     
      1.8
      
     
    
  
    
 
    
 
		
   
   
    junit
    
   
    junit
    
   
    test
    
  
		
   
   
    org.springframework
    
   
    spring-test
    
   
    test
    
  
		
  
		
   
   
    org.slf4j
    
   
    slf4j-api
    
  

		
   
   
    org.slf4j
    
   
    slf4j-api
    
  
		
   
   
    org.slf4j
    
   
    jcl-over-slf4j
    
  

		
   
   
    log4j
    
   
    log4j
    
   
    1.2.16
    
  


		
   
   
    ch.qos.logback
    
   
    logback-core
    
  
		
   
   
    ch.qos.logback
    
   
    logback-classic
    
  
		
  
		
   
   
    javax.el
    
   
    el-api
    
   
    2.2
    
   
    test
    
  
		
   
   
    com.ford.report
    
   
    report-common
    
  
		
   
   
    com.ford.report
    
   
    report-redis
    
  
		
   
   
    com.ford.report
    
   
    report-service
    
   
    ${report-service.version}
    
  
		
   
   
    org.springframework
    
   
    spring-context-support
    
  
		
   
   
    org.springframework.batch
    
   
    spring-batch-core
    
  
		
   
   
    javax.servlet
    
   
    jsp-api
    
   
    provided
    
  
		
   
   
    javax.servlet
    
   
    servlet-api
    
   
    provided
    
  
		
   
   
    org.springframework.batch
    
   
    spring-batch-admin-manager
    
  
		
   
   
    org.hibernate
    
   
    hibernate-validator
    
  
		
   
   
    org.springframework
    
   
    spring-webmvc
    
   
    3.2.12.RELEASE
    
  
		
   
   
    org.springframework
    
   
    spring-web
    
   
    3.2.12.RELEASE
    
  
		
   
   
    org.quartz-scheduler
    
   
    quartz
    
    
     
     
      c3p0
      
     
      c3p0
      
     
    
  
		
   
   
    org.quartz-scheduler
    
   
    quartz-jobs
    
  
		
   
   
    com.cronutils
    
   
    cron-utils
    
  
		
   
   
    com.cronutils
    
   
    cron-utils
    
  
		
   
   
    org.projectlombok
    
   
    lombok
    
  
		
  
		
   
   
    net.sourceforge.jexcelapi
    
   
    jxl
    
   
    2.6.12
    
   
    compile
    
   
    true
    
  

		
   
   
    org.springframework.data
    
   
    spring-data-redis
    
   
    1.7.5.RELEASE
    
  
		
   
   
    com.fasterxml.jackson.core
    
   
    jackson-databind
    
   
    2.8.8
    
    
     
     
      com.fasterxml.jackson.core
      
     
      jackson-core
      
     
    
  
		
   
   
    com.fasterxml.jackson.core
    
   
    jackson-core
    
   
    2.8.8
    
  
	
 
	
 
		
   
   
    production
    
    
    
     production
     
    
    
     
      
      
       org.apache.maven.plugins
       
      
       maven-war-plugin
       
       
       
        batch
        
        
        
         
         
          true
          
         
          src/main/webapp
          
          
          
           **/web.xml
           
          
         
        
       
        src/main/webapp
        
       
        src/main/webapp/WEB-INF/web.xml
        
       
      
     
    
  
		
   
   
    development
    
    
    
     development
     
    
    
     
      
      
       org.apache.maven.plugins
       
      
       maven-war-plugin
       
       
       
        batch
        
        
        
         
         
          true
          
         
          src/main/webapp
          
          
          
           **/web.xml
           
          
         
        
       
        src/main/webapp
        
       
        src/main/webapp/WEB-INF/web.xml
        
       
      
     
    
  
 
网友评论