feat: remove ds comp
This commit is contained in:
parent
5805f71117
commit
506b98d6d7
@ -32,7 +32,6 @@ import lombok.Setter;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.beans.factory.DisposableBean;
|
||||
import org.springframework.beans.factory.InitializingBean;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.sql.DataSource;
|
||||
import java.lang.reflect.Field;
|
||||
@ -48,7 +47,6 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Slf4j
|
||||
@Component
|
||||
public class DynamicRoutingDataSource extends AbstractRoutingDataSource implements InitializingBean, DisposableBean {
|
||||
|
||||
private static final String UNDERLINE = "_";
|
||||
|
Loading…
x
Reference in New Issue
Block a user