我有一个控制器和POJO,我想测试它。REST接口的GET强制登录并返回主体对象,所以一切都很好。我能够扩展WebSecurityConfigurerAdapter以启用用户名和密码进行测试。因此,我按照文档扩展了WebSecurityConfigurerAdapter:@EnableWebSecurity
public class WebSecurityConfig extends WebSecurityConfigurerA
Spring 4与@Conditional API一起提供了一个很好的自动配置特性。Spring还有许多内置的@Enable*配置(例如@EnableWebMvc、@EnableCaching、@EnableScheduling.)。但是,当我应该显式地使用这些@Enable**配置,或者我只需要自动配置并定义一些定制bean来覆盖就够了。请解释一下这个问题。
我的Springboot Server遇到了一个问题。c.p.s.s.SpringbootMiddlewareApplication : Starting SpringbootMiddlewareApplication on rp_dell.mis.local with PID 10169 (/IdeaProjects/springboot-middleware/out/production/classes started in /IdeaProjects/springboot<