Create a bean until all the HikariCP connections are created

前端 未结 0 1770
无人及你
无人及你 2021-01-20 01:42

I have the following datasource:

@Bean("testDatasource")
public DataSource getDatasource() {
    HikariConfig config = new HikariConfig();

    SQLS         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题