일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- javascript
- ps
- spring boot
- 팀프로젝트
- Controller
- gradle
- 취준생
- 프로젝트
- MVC
- 백준
- 입출력
- JPA
- spring
- 자바
- IntelliJ
- 스프링
- Java
- jdk11
- JDK
- 자취
- 코딩테스트
- coding test
- Project
- 코테
- MariaDB
- 공유DB
- React
- AWS
- 디자인패턴
- SpringBoot
Archives
- Today
- Total
목록delete (1)
Tech Collection
[Rest Controller] @PutMapping, @DeleteMapping 동작하지 않을 때
SpringBoot를 구동하는 Controller에 Bean을 주입하면 된다. @EnableJpaAuditing // PutMapping, DeleteMapping을 사용하기 위해 Bean 주입 @Bean public HiddenHttpMethodFilter hiddenHttpMethodFilter() { return new HiddenHttpMethodFilter(); } : import org.springframework.web.filter.HiddenHttpMethodFilter; 를 import하면 된다. 예시 -> import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.Sprin..
Build/Note
2021. 3. 24. 18:04