@documented
@inherited
@bootstrapwith(webmvctestcontextbootstrapper.class)
@extendwith(springextension.class)
@overrideautoconfiguration(enabled = false)
@typeexcludefilters(webmvctypeexcludefilter.class)
@autoconfigurecache
@autoconfigurewebmvc
@autoconfiguremockmvc
@importautoconfiguration
public @interface webmvctest {
/**
-
properties in form {@literal key=value} that should be added to the spring
-
{@link environment} before the test runs.
-
@return the properties to add
-
@since 2.1.0
*/
string[] properties() default {};
/**
-
specifies the controllers to test. this is an alias of {@link #controllers()} which
-
can be used for brevity if no other attributes are defined. see
-
{@link #controllers()} for details.
-
@see #controllers()
-
@return the controllers to test
*/
@aliasfor(“controllers”)
class<?>[] value() default {};
/**
-
specifies the controllers to test. may be left blank if all {@code @controller}
-
beans should be added to the application context.
-
@see #value()
-
@return the controllers to test
*/
@aliasfor(“value”)
class<?>[] controllers() default {};
/**
-
determines if default filtering should be used with
-
{@link springbootapplication @springbootapplication}. by default only
-
{@code @controller} (when no explicit {@link #controllers() controllers} are
-
defined), {@code @controlleradvice} and {@code webmvcconfigurer} beans are
-
included.
-
@see #includefilters()
-
@see #excludefilters()
-
@return if default filters should be used
*/
boolean usedefaultfilters() default true;
/**
-
a set of include filters which can be used to add otherwise filtered beans to the
-
application context.
-
@return include filters to apply
*/
filter[] includefilters() default {};
/**
-
a set of exclude filters which can be used to filter beans that would otherwise be
-
added to the application context.
-
@return exclude filters to apply
*/
filter[] excludefilters() default {};
/**
-
auto-configuration exclusions that should be applied for this test.
-
@return auto-configuration exclusions to apply
*/
@aliasfor(annotation = importautoconfiguration.class, attribute = “exclude”)
class<?>[] excludeautoconfiguration() default {};
自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、oppo等大厂,18年进入阿里一直到现在。
深知大多数java工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则几千的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!
因此收集整理了一份《2024年java开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。
既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上java开发知识点,真正体系化!
由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!
如果你觉得这些内容对你有帮助,可以扫码获取!!(备注java获取)

《mysql面试专题》
《mysql性能优化的21个最佳实践》
《mysql高级知识笔记》
文中展示的资料包括:**《mysql思维导图》《mysql核心笔记》《mysql调优笔记》《mysql面试专题》《mysql性能优化的21个最佳实践》《mysq高级知识笔记》**如下图
关注我,点赞本文给更多有需要的人
《互联网大厂面试真题解析、进阶开发核心学习笔记、全套讲解视频、实战项目源码讲义》
ysq高级知识笔记》**如下图
[外链图片转存中…(img-osfh4ged-1713323061051)]
关注我,点赞本文给更多有需要的人
《互联网大厂面试真题解析、进阶开发核心学习笔记、全套讲解视频、实战项目源码讲义》
发表评论