반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- annotaion
- 스프링프레임워크
- Spring Boot
- Spring Framework
- Web
- maven
- 개발
- Spring
- oracle
- 이클립스
- spring-framework
- War
- REST
- hashcode
- JAR
- java
- SpringFramework
- jsp
- git
- Pipeline
- mybatis
- Gradle
- gitlab
- Jenkins
- 웹프로젝트
- Linux
- soap
- 스프링부트
- tomcat
- springboot
Archives
- Today
- Total
목록sprintboot (1)
Verity's Daily Logs_

SOAP Web Service Client 로직 실행 시 요청에 대한 응답 원문을 확인하는 것이 개발이나 유지보수(이력 및 오류 처리) 에 필요할 것이다. 이에 Client 요청 시 요청과 응답에 대한 SOAP Body 데이터를 콘솔로 출력하는 기능까지 추가로 개발한다. 4. Logging 4-1. Dependency 추가 org.apache.cxf cxf-rt-features-logging 3.5.0 4-2. LoggingFeature 추가 package com.happy.webservice.cxf.config; import com.happy.cxf.ws.UserService; import org.apache.cxf.jaxws.JaxWsProxyFactoryBean; import org.springfr..
Spring Framework/Project
2022. 2. 24. 21:07