카드 매입 승인 경로 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
3f0712b3cc
commit
6b56326638
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package com.acquirex.cardacquisition;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class CardAcquisitionApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(CardAcquisitionApplication.class, args);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue