Skip to content

Commit

Permalink
fix 修复 启动警告问题 (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaLionLi committed Jan 9, 2024
1 parent 620444c commit f4951da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
* @see DynamicRoutingDataSource
* @since 1.0.0
*/
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
@Configuration(proxyBeanMethods = false)
public class DynamicDataSourceAopConfiguration {

Expand Down Expand Up @@ -95,4 +96,4 @@ public Advisor dynamicTransactionAdvisor() {
return new DynamicDataSourceAnnotationAdvisor(interceptor, DSTransactional.class);
}

}
}

0 comments on commit f4951da

Please sign in to comment.