chore(platform): promote dev → staging #1

Open
demo-bot wants to merge 8 commits from dev into staging
Showing only changes of commit 0ae7b82605 - Show all commits

View File

@@ -0,0 +1,11 @@
package com.kyndryl.platform.service;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}