Administrator
2024-01-10 3496e5390b866618efafd56159f36c91d0d22689
pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/PipIrrSellApplication.java
@@ -13,11 +13,12 @@
 * @LastEditTime 2023/12/7 15:07
 * @Description
 */
@SpringBootApplication
@EnableAspectJAutoProxy
@EnableMultiDataSource
@ComponentScan(basePackages = {"com.dy.common", "com.dy.pipIrrGlobal", "com.dy.pipIrrSell"})
@MapperScan(basePackages={"com.dy.pipIrrGlobal.daoSe"})
@MapperScan({"com.dy.pipIrrGlobal.daoSe", "com.dy.pipIrrGlobal.daoBa"})
public class PipIrrSellApplication {
    public static void main(String[] args) {