일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 |
30 | 31 |
- 코딩애플
- Linux
- 구성파일
- react
- javascript
- GiyHub
- aws
- Disk추가
- linux Xshell
- html템플릿
- 편집모드
- SpringBoot개발환경
- 사용자 권한 부여
- OracleVMVirtualBox
- VSCode
- 공동작업자
- VSCode업로드
- java.sql.SQLException: Incorrect string value: #RDS #AWS #mariadb #springboot
- Push
- Github
- react-dom
- insert안됨
- EaaS
- Biling and Cost Manager
- Function
- Spring
- 명령어 모음
- AWS #AWS장단점 #AWS차별화 # AWS서비스
- oracle vm virtualbox
- 코테관련공부
- Today
- Total
목록Spring (2)
귀농 전까지 쓰는 개발 일지
@PostConstruct 패키지 이름 변경 javax.annotation.PostConstruct -> jakarta.annotation.PostConstruct @Controller 스프링이 해당 클래스를 컨트롤러로 지정함 (웹 애플리케이션에서 요청을 처리하기 위한 메소드들 작성) @GetMapping HTTP GET 요청 처리, 메소드에서 처리할 URL 패턴 지정 가능 @GetMapping("/hello") @ResponseBody 컨트롤러 메소드가 반환하는 데이터를 HTTP 응답 본문으로 전송하기 위한 어노테이션 @GetMapping("/hello") @ResponseBody public String sayHello() { return "Hello, World!"; } * 객체 반환시 JSON o..
중복된 이름으로 등록하려는 Bean이 두개이상이라 발생 오류내용 java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@fceab5d testClass = hello.hellospring.service.MemberServiceIntegrationTest, locations = [], classes = [hello.hellospring.HelloSpringApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["or..