Testing the change in build.gradle

This commit is contained in:
2019-02-03 20:19:36 -07:00
parent c37c8d2e87
commit d008757b53
9 changed files with 48 additions and 16 deletions
@@ -1,4 +1,4 @@
package hello;
package edu.msudenver.tsp.website;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.CommandLineRunner;
@@ -1,4 +1,4 @@
package hello;
package edu.msudenver.tsp.website;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -2,11 +2,10 @@ package edu.msudenver.tsp.website;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
@Configuration
@ComponentScan
@PropertySource("classpath:development.properties")
//@PropertySource("classpath:development.properties")
public class WebsiteConfig {