Issue with @WithUserDetails and spring boot 1.4 TestEntityManager
问题 I have an issue with Spring Boot's TestEntityManager and @WithUserDetails annotation. Here is my test suite: public class AdvertisementAuthorizationTest extends AbstractIntegrationTest { private static final String IMPERSONATOR_EMAIL = "joe.hacker@gmail.com"; private final static String OWNER_OF_ADVERTISEMENT_EMAIL = "john.nice@gmail.com"; @Autowired private TestEntityManager testEntityManager; @Autowired private MockMvc mockMvc; private Advertisement advertisement; private UserAccount