PAN-7 Updated the build.gradle files
This commit is contained in:
-13
@@ -1,13 +0,0 @@
|
||||
package edu.msudenver.tsp.website;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
public class HelloController {
|
||||
|
||||
@RequestMapping("/")
|
||||
public String index() {
|
||||
return "Welcome to Project Pandamonium!";
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
package edu.msudenver.tsp.website;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan
|
||||
//@PropertySource("classpath:development.properties")
|
||||
public class WebsiteConfig {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user