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
@@ -2,11 +2,10 @@ package edu.msudenver.tsp.services.parser;
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 ParserConfig {
}
@@ -3,11 +3,10 @@ package edu.msudenver.tsp.services.scoring;
import org.springframework.context.annotation.Bean;
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 ScoringConfig {
@Bean