SpringBoot study notes (3)

 

Spring Boot integration of data sources

Each database connection pool performance comparison  https://my.oschina.net/jzgycq/blog/1607039

Spring Boot default integrated connection pooling is   hikariCP

 

Spring Boot official did not provide Mybatis starter, we can go to the mybatis official went to starter

 

Guess you like

Origin www.cnblogs.com/yangw/p/11872761.html