Spring Batch Framework - Auto create Batch Table

后端 未结 9 1581
广开言路
广开言路 2020-12-01 12:02

I just created a batch job using Spring Batch framework, but I don\'t have Database privileges to run CREATE SQL. When I try to run the batch job I hit the error while the f

9条回答
  •  隐瞒了意图╮
    2020-12-01 12:50

    
    
    
    
        
        
            
            
            
            
        
    
        
        
    
        
        
            
            
        
    
    

    And make sure you are using compatible spring-jdbc -version with spring-batch. Most probably spring-jdbc-3.2.2.RELEASE.JAR compatible.

提交回复
热议问题