|
|
@@ -11,7 +11,9 @@ import org.springframework.context.annotation.Configuration;
|
|
|
import org.springframework.core.io.support.PathMatchingResourcePatternResolver;
|
|
|
|
|
|
import javax.sql.DataSource;
|
|
|
-
|
|
|
+/**
|
|
|
+ * NoFeeds数据源
|
|
|
+ */
|
|
|
@Configuration
|
|
|
@MapperScan(basePackages = {"com.ytpm.dao.nofeeds"}, sqlSessionFactoryRef = "sqlSessionFactoryNoFeeds")
|
|
|
public class NoFeedsConfig {
|