Testing the change in build.gradle
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package hello;
|
||||
package edu.msudenver.tsp.website;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.boot.CommandLineRunner;
|
||||
+1
-1
@@ -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;
|
||||
+1
-2
@@ -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 {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user