A Spring Boot starter that provides dynamic datasource switching for multi-tenant or multi-database applications.
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>4.5.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use @DS annotation to switch datasource on a method.
Verify datasource names in application.yml/properties match @DS values.
No dependency data recorded yet.