일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 스프링 포매터
- 스프링 시큐리티 설정
- 정적팩토리메서드
- jpa lazy
- 스프링di
- Spring
- kotlin ::
- method refetence
- 비기능적 요구사항
- 스프링시큐리티
- spring formatter
- java predicate
- fetch join
- ioc컨테이너
- 그래프큐엘
- 동적파라미터
- 도커 이미지 빌드
- 자바 필터
- 기능적 요구사항
- IOC
- 소프트웨어의 품격
- Atomicity
- 생성자주입
- 스프링부트 도커
- 수정자주입
- 토비의 스프링
- open-session-in-view
- jpa no session
- 스프링
- kotlin 리팩터링
Archives
- Today
- Total
목록스프링테스트 (1)
공부기록
[spring security] TEST방법.
SPRING SECURITY. 준비 먼저 maven을 통해 spring-security-test 모듈을 받아오자. org.springframework.security spring-security-test 5.1.6.RELEASE SecurityConfig.java @Configuration @EnableWebSecurity public class SecurityConfig extends WebSecurityConfigurerAdapter { @Override protected void configure(HttpSecurity http) throws Exception { http.authorizeRequests() .mvcMatchers("/", "/info", "/account/**").permitAll..
Spring
2019. 10. 11. 17:37