Skip to content

Commit

Permalink
feat: remove ds comp
Browse files Browse the repository at this point in the history
  • Loading branch information
huayanYu committed Oct 30, 2023
1 parent 5805f71 commit 506b98d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
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;
Expand All @@ -48,7 +47,6 @@
* @since 1.0.0
*/
@Slf4j
@Component
public class DynamicRoutingDataSource extends AbstractRoutingDataSource implements InitializingBean, DisposableBean {

private static final String UNDERLINE = "_";
Expand Down

0 comments on commit 506b98d

Please sign in to comment.