Skip to content

Commit a398feb

Browse files
committed
Com Backup
1 parent e2fee53 commit a398feb

File tree

149 files changed

+10392
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+10392
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
package com.spring.bioMedical;
2+
3+
import org.springframework.boot.SpringApplication;
4+
import org.springframework.boot.autoconfigure.SpringBootApplication;
5+
import org.springframework.scheduling.annotation.EnableAsync;
6+
7+
/**
8+
*
9+
* @author Soumyadip Chowdhury
10+
* @github soumyadip007
11+
*
12+
*/
13+
@SpringBootApplication
14+
@EnableAsync
15+
public class BioMedicalApplication {
16+
17+
public static void main(String[] args) {
18+
SpringApplication.run(BioMedicalApplication.class, args);
19+
}
20+
21+
}

0 commit comments

Comments
 (0)