fixed again, thanks Alex for your detailed reviews I have learned alot :)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package edu.msudenver.tsp.website;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
|
||||
public class Application {
|
||||
|
||||
public static void main(final String[] args)
|
||||
{
|
||||
SpringApplication.run(Application.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user