purged or commented out redundant code
This commit is contained in:
parent
64b4b7e404
commit
2e73088d2a
3 changed files with 13 additions and 15 deletions
|
@ -1,4 +1,5 @@
|
|||
package me.imsonmia.epqapi;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
|
@ -7,10 +8,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
@SpringBootApplication
|
||||
public class EpqapiApplication extends Thread {
|
||||
private static Logger logger = LoggerFactory.getLogger(EpqapiApplication.class);
|
||||
|
||||
public static void main(String[] args) {
|
||||
logger.info("Main Spring Boot process running in thread!");
|
||||
SpringApplication.run(EpqapiApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue