Testing the change in build.gradle
This commit is contained in:
+1
-2
@@ -2,11 +2,10 @@ package edu.msudenver.tsp.persistence.manager;
|
||||
|
||||
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 ManagerConfig {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user