카드 매입 승인 경로 Spring Boot 3 전환 (ACX-E2E-1785394564819)
Some checks failed
Verify / source-contract (push) Has been cancelled
Some checks failed
Verify / source-contract (push) Has been cancelled
This commit is contained in:
parent
38e92fd084
commit
2ad4f820a2
1 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
||||||
|
package com.acquirex.cardapproval;
|
||||||
|
|
||||||
|
import org.springframework.boot.SpringApplication;
|
||||||
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 카드 매입 승인 경로 메인 애플리케이션
|
||||||
|
* Spring Boot 3.2.5 (Spring Framework 6.1.x) - Jakarta EE 10 호환
|
||||||
|
*/
|
||||||
|
@SpringBootApplication
|
||||||
|
public class CardAcquisitionApprovalApplication {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
SpringApplication.run(CardAcquisitionApprovalApplication.class, args);
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue