|
1 |
| -package org.feego.spring.autoconfigure; |
| 1 | +package io.github.lvyahui8.spring.autoconfigure; |
2 | 2 |
|
| 3 | +import io.github.lvyahui8.spring.aggregate.facade.DataBeanAggregateQueryFacade; |
| 4 | +import io.github.lvyahui8.spring.aggregate.facade.impl.DataBeanAggregateQueryFacadeImpl; |
| 5 | +import io.github.lvyahui8.spring.aggregate.model.*; |
| 6 | +import io.github.lvyahui8.spring.aggregate.repository.DataProviderRepository; |
| 7 | +import io.github.lvyahui8.spring.aggregate.repository.impl.DataProviderRepositoryImpl; |
| 8 | +import io.github.lvyahui8.spring.aggregate.service.impl.DataBeanAgregateQueryServiceImpl; |
| 9 | +import io.github.lvyahui8.spring.annotation.DataConsumer; |
| 10 | +import io.github.lvyahui8.spring.annotation.DataProvider; |
| 11 | +import io.github.lvyahui8.spring.annotation.InvokeParameter; |
3 | 12 | import lombok.extern.slf4j.Slf4j;
|
4 |
| -import org.feego.spring.aggregate.facade.DataBeanAggregateQueryFacade; |
5 |
| -import org.feego.spring.aggregate.facade.impl.DataBeanAggregateQueryFacadeImpl; |
6 |
| -import org.feego.spring.aggregate.model.*; |
7 |
| -import org.feego.spring.aggregate.repository.DataProviderRepository; |
8 |
| -import org.feego.spring.aggregate.repository.impl.DataProviderRepositoryImpl; |
9 |
| -import org.feego.spring.aggregate.service.impl.DataBeanAgregateQueryServiceImpl; |
10 |
| -import org.feego.spring.annotation.DataConsumer; |
11 |
| -import org.feego.spring.annotation.DataProvider; |
12 |
| -import org.feego.spring.annotation.InvokeParameter; |
13 | 13 | import org.reflections.Reflections;
|
14 | 14 | import org.reflections.scanners.MethodAnnotationsScanner;
|
15 | 15 | import org.springframework.beans.BeansException;
|
|
0 commit comments