File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
web/src/main/java/com/navercorp/pinpoint/web Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 55 * you may not use this file except in compliance with the License.
66 * You may obtain a copy of the License at
77 *
8- * http://www.apache.org/licenses/LICENSE-2.0
8+ * http://www.apache.org/licenses/LICENSE-2.0
99 *
1010 * Unless required by applicable law or agreed to in writing, software
1111 * distributed under the License is distributed on an "AS IS" BASIS,
3030import org .springframework .context .annotation .Bean ;
3131import org .springframework .context .annotation .ComponentScan ;
3232import org .springframework .context .annotation .Configuration ;
33- import org .springframework .context .annotation .FilterType ;
3433import org .springframework .context .annotation .Import ;
3534import org .springframework .context .annotation .PropertySource ;
3635
4847@ ComponentScan (
4948 basePackages = {
5049 "com.navercorp.pinpoint.web.dao.hbase"
51- },
52- excludeFilters = {
53- @ ComponentScan .Filter (
54- type = FilterType .ASPECTJ ,
55- pattern = "com.navercorp.pinpoint.web.dao.hbase.config.*"
56- )
5750 }
5851)
5952@ PropertySource (name = "WebHbaseModule" , value = {
You can’t perform that action at this time.
0 commit comments