How to configure Hikari CP for HSQL in a Spring(4) context?

前端 未结 4 2029
南笙
南笙 2021-01-15 06:22

i want to use Hikari CP in my Spring 4.0.3 context but seems i am missing something.

My bean configuration looks like:



        
4条回答
  •  猫巷女王i
    2021-01-15 07:22

    one way to get the job done is to provide an instance of a DataSource object:

    
      
        
          
            
              
              
              
              
            
          
        
      
    
    

    for sure there are other solutions.

    HTH,

提交回复
热议问题