Notice
Recent Posts
Recent Comments
Link
목록결제승인API (1)
개발 무지렁이
[Spring Boot] 카카오페이(KakaoPay) 단건 결제 기능 구현, 결제 준비 API 및 결제 승인 API
🪛 Application.yml spring: thymeleaf: cache: false prefix: classpath:/templates/ suffix: .html devtools: livereload: enabled: true restart: enabled: true datasource: url: jdbc:h2:tcp://localhost/~/test username: sa password: driver-class-name: org.h2.Driver jpa: hibernate: ddl-auto: create server: port: [지정한 포트번호] my: admin: [kakao developers에서 발급받은 admin key] 📜 payment.html kakao pay 🖤 카카오 페이(단건..
Backend/스프링부트
2023. 10. 3. 12:39