Commit 0434a1ed authored by Vishal Vaddadhi's avatar Vishal Vaddadhi

creating master branch

parent e0b58736
......@@ -3,11 +3,13 @@ package com.afp.ordermanagement;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class OrderManagementApplication {
public static void main(String[] args) {
SpringApplication.run(OrderManagementApplication.class, args);
System.out.println("making change to create and push master");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment