提交 f6cd8715 编写于 作者: 如梦技术's avatar 如梦技术 🐛

支持多小程序和自定义 app 配置加载.

上级 1f4c63fc
......@@ -17,8 +17,8 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
*
* @author L.cm
*/
@Configuration
@RequiredArgsConstructor
@Configuration(proxyBeanMethods = false)
@EnableConfigurationProperties(DreamWeixinProperties.class)
public class DreamWeixinAutoConfiguration {
private final CacheManager cacheManager;
......
......@@ -22,8 +22,8 @@ import java.util.List;
*
* @author L.cm
*/
@Configuration
@RequiredArgsConstructor
@Configuration(proxyBeanMethods = false)
public class WeixinAppConfig implements SmartInitializingSingleton {
private final DreamWeixinProperties weixinProperties;
private final SpringAccessTokenCache accessTokenCache;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册