How to set some Hibernate properties in Spring JPA Web Application?

后端 未结 2 1342
深忆病人
深忆病人 2021-02-05 09:11

I am trying to get rid of the typical persistence.xml file in Spring JPA web application. So far, I have managed to inject the EntityManager successful

2条回答
  •  萌比男神i
    2021-02-05 09:49

    This is the old question but might help someone who is using XML for configuration.

    
        
        
        
            
        
    
        
            
                
                
                
                
            
        
        
            
                
                
                
                
                
                
            
        
    
    

提交回复
热议问题