SpringBoot使用AOP完成多數據源切換

基於上個項目完成數據源配置。 1、修改pom.xml文件,加入AOP和Processor <!-- AOP --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> <!--Properties動態注入 -
相關文章
相關標籤/搜索