Skip to main content

dawdler-client-plug-config-center-consul

模块介绍

web端统一配置中心

1. pom中引入依赖

<groupId>club.dawdler</groupId>
<artifactId>dawdler-client-plug-config-center-consul</artifactId>

2. web端使用方式

2.1 web端支持注入的三种组件

1、 web端controller

2、 web端拦截器HandlerInterceptor

3、 web端监听器WebContextListener

2.2 FieldConfig注解

参考FieldConfig注解使用