File tree Expand file tree Collapse file tree
src/test/java/com/digitalsanctuary/spring/user/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .digitalsanctuary .spring .user .test .annotations ;
22
33import com .digitalsanctuary .spring .user .test .config .DatabaseTestConfiguration ;
4- import org .springframework .boot .test .autoconfigure . jdbc .AutoConfigureTestDatabase ;
5- import org .springframework .boot .test . autoconfigure . orm . jpa .DataJpaTest ;
4+ import org .springframework .boot .jdbc . test .autoconfigure .AutoConfigureTestDatabase ;
5+ import org .springframework .boot .data . jpa . test . autoconfigure .DataJpaTest ;
66import org .springframework .context .annotation .Import ;
77import org .springframework .test .context .ActiveProfiles ;
88import org .springframework .transaction .annotation .Transactional ;
Original file line number Diff line number Diff line change 22
33import com .digitalsanctuary .spring .user .test .app .TestApplication ;
44import com .digitalsanctuary .spring .user .test .config .*;
5- import org .springframework .boot .test . autoconfigure . orm . jpa .AutoConfigureDataJpa ;
6- import org .springframework .boot .test .autoconfigure . web . servlet .AutoConfigureMockMvc ;
5+ import org .springframework .boot .data . jpa . test . autoconfigure .AutoConfigureDataJpa ;
6+ import org .springframework .boot .webmvc . test .autoconfigure .AutoConfigureMockMvc ;
77import org .springframework .boot .test .context .SpringBootTest ;
88import org .springframework .context .annotation .Import ;
99import org .springframework .test .context .ActiveProfiles ;
Original file line number Diff line number Diff line change 44import com .digitalsanctuary .spring .user .test .config .BaseTestConfiguration ;
55import com .digitalsanctuary .spring .user .test .config .OAuth2TestConfiguration ;
66import com .digitalsanctuary .spring .user .test .config .SecurityTestConfiguration ;
7- import org .springframework .boot .test .autoconfigure . web . servlet .AutoConfigureMockMvc ;
7+ import org .springframework .boot .webmvc . test .autoconfigure .AutoConfigureMockMvc ;
88import org .springframework .boot .test .context .SpringBootTest ;
99import org .springframework .context .annotation .Import ;
1010import org .springframework .test .context .ActiveProfiles ;
Original file line number Diff line number Diff line change 33import com .digitalsanctuary .spring .user .test .app .TestApplication ;
44import com .digitalsanctuary .spring .user .test .config .BaseTestConfiguration ;
55import com .digitalsanctuary .spring .user .test .config .SecurityTestConfiguration ;
6- import org .springframework .boot .test .autoconfigure . web . servlet .AutoConfigureMockMvc ;
6+ import org .springframework .boot .webmvc . test .autoconfigure .AutoConfigureMockMvc ;
77import org .springframework .boot .test .context .SpringBootTest ;
88import org .springframework .context .annotation .Import ;
99import org .springframework .security .test .context .support .WithSecurityContextTestExecutionListener ;
Original file line number Diff line number Diff line change 33import com .digitalsanctuary .spring .user .UserConfiguration ;
44import org .springframework .boot .SpringApplication ;
55import org .springframework .boot .autoconfigure .SpringBootApplication ;
6- import org .springframework .boot .autoconfigure . domain .EntityScan ;
6+ import org .springframework .boot .persistence . autoconfigure .EntityScan ;
77import org .springframework .context .annotation .Import ;
88import org .springframework .data .jpa .repository .config .EnableJpaRepositories ;
99
You can’t perform that action at this time.
0 commit comments