|
@@ -10,7 +10,7 @@ import com.keao.edu.datasource.DataSourceContextHolder;
|
|
|
|
|
|
public class DataSourceInterceptor extends HandlerInterceptorAdapter {
|
|
|
|
|
|
- private static final String TENANT_ID = "tenantId";
|
|
|
+ private static final String TENANT_ID = "datasourceId";
|
|
|
|
|
|
@Override
|
|
|
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
|