@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @PropertySource(value="classpath:/wx.properties") @EnableConfigurationProperties(value=WxProperties.class) @Import(value={WxInvokerConfiguration.class,WxAsyncMessageConfiguration.class,WxBuildinMvcConfiguration.class,WxCredentialConfiguration.class,WxMediaConfiguration.class,WxWebConfiguration.class}) public @interface EnableWxMvc
Modifier and Type | Optional Element and Description |
---|---|
boolean |
menuAutoCreate
是否自动创建菜单
|
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.