File History: src/main/java/com/paymentlink/PaymentLinkApplication.java
File Content at Commit 690c1f6
| 1 | package com.paymentlink; |
| 2 | |
| 3 | import org.springframework.boot.SpringApplication; |
| 4 | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| 5 | import org.springframework.scheduling.annotation.EnableScheduling; |
| 6 | |
| 7 | |
| 8 | |
| 9 | public class PaymentLinkApplication { |
| 10 | |
| 11 | public static void main(String[] args) { |
| 12 | SpringApplication.run(PaymentLinkApplication.class, args); |
| 13 | System.out.println("==============================="); |
| 14 | System.out.println(" Payment Link Service"); |
| 15 | System.out.println(" Server running on port 3000"); |
| 16 | System.out.println(" Webshop: http://localhost:3000"); |
| 17 | System.out.println("==============================="); |
| 18 | } |
| 19 | } |
| 20 | |
| 21 |
Commits
| Commit | Author | Date | Message | File SHA | Actions |
|---|---|---|---|---|---|
f0438c2 |
<f69e50@finnacloud.com> 1766443042 +0300 | 12/22/2025, 10:37:22 PM | increment once more | 815e4e8 |
View |
188fc92 |
<f69e50@finnacloud.com> 1766442998 +0300 | 12/22/2025, 10:36:38 PM | increment | 815e4e8 |
View |
4617f76 |
<f69e50@finnacloud.com> 1766442953 +0300 | 12/22/2025, 10:35:53 PM | rename branch from main to master oops | 815e4e8 |
View |
e6d1548 |
<f69e50@finnacloud.com> 1766442769 +0300 | 12/22/2025, 10:32:49 PM | add initial test workflow file | 815e4e8 |
View |
9c24ca4 |
<f69e50@finnacloud.com> 1766442705 +0300 | 12/22/2025, 10:31:45 PM | add CI configuration and test script for Jenkins build | 815e4e8 |
View |
690c1f6 |
<f69e50@finnacloud.com> 1766368110 +0300 | 12/22/2025, 1:48:30 AM | initialize backend structure with controllers, DTOs, and configuration files | 815e4e8 |
Hide |