Updated the configurations

This commit is contained in:
2019-02-03 19:44:36 -07:00
parent 85e59cc8dc
commit c37c8d2e87
2 changed files with 0 additions and 29 deletions
@@ -1,6 +1,5 @@
package edu.msudenver.tsp.services.parser;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
@@ -10,8 +9,4 @@ import org.springframework.context.annotation.PropertySource;
@PropertySource("classpath:development.properties")
public class ParserConfig {
@Bean
public ParserService parserService() {
return new ParserService();
}
}