array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 111string(0) "" int(1) int(10) int(70) int(8640000) string(13) "likecs_art_db" array(1) { ["query"]=> array(1) { ["match_all"]=> object(stdClass)#29 (0) { } } } array(1) { ["createtime.keyword"]=> array(1) { ["order"]=> string(4) "desc" } } int(10) int(0) int(8640000) array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } Spring Security学习随笔(一) - 爱码网

1.WebApplicationInitializer

web初始化的顶级接口,实现继承关系如下:
Spring Security学习随笔(一)
因为实现了WebApplicationInitializer,所以在spring应用启动的时候可以被发现并执行。

相关文章: