Category Archives: Spring Boot
Spring MVC Web Service 생성하기
RESTful Web Service
Hello, World!
Spring Boot 시작하기
Swagger-UI 포트분리
Json 기본 날짜 포멧 변경하기
Json 기본 날짜 포멧 변경하기
serializer
@Configuration
public class DateTimeFormatConfig {
private static final String … 더보기 Transactional 에너테이션 누락
Transactional 에너테이션 누락
삽질 기록을 남깁니다.
Transactional 누락
@Service
public class DailyStockSummaryService {
// @Transactional
… 더보기 JPA 기본값, 변경된 필드만 업데이트
Spring Boot Kafka Json 데이타 전송하기
Spring Boot Kafka Json 데이타 전송하기
application.yml 설정
spring:
kafka:
bootstrap-servers: 192.168.0.9:9092