Spring Boot/Spring Batch 목표 아키텍처 정의 (BAIS-SPRING-ARC-001)
Some checks are pending
ci / test (push) Waiting to run
Some checks are pending
ci / test (push) Waiting to run
This commit is contained in:
parent
36aece10cc
commit
533ec7c653
1 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package com.example.demo.service;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
import com.example.demo.dto.TransactionDTO;
|
||||
|
||||
@Service
|
||||
public class TransactionService {
|
||||
public void processTransaction(TransactionDTO transactionDTO) {
|
||||
// 거래 처리 로직
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue