|
@@ -0,0 +1,18 @@
|
|
|
+package com.yh.saas.plugin.yiliangyiyun.config;
|
|
|
+
|
|
|
+import com.yh.saas.common.support.gateway.EnableResponseWrapper;
|
|
|
+import com.yh.saas.common.support.plugin.RegisterPlugin;
|
|
|
+import org.mybatis.spring.annotation.MapperScan;
|
|
|
+import org.springframework.context.annotation.Configuration;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @Author:chengchangjiang
|
|
|
+ * @Description:
|
|
|
+ * @Date:Created in 16:18 2021-05-19
|
|
|
+ */
|
|
|
+@MapperScan({"com.yh.saas.plugin.yiliangyiyun.**.mapper"})
|
|
|
+@RegisterPlugin(id = "yiliangyiyun", name = "易粮易运", desc = "易粮易运", entryPackage = {"com.yh.saas.plugin.yiliangyiyun"})
|
|
|
+@EnableResponseWrapper(ignores = {"/swagger-resources.*", "/v2/api-docs", "/webjars.*"}) // 开启response封装
|
|
|
+@Configuration
|
|
|
+public class yiliangyiyunConfig {
|
|
|
+}
|