Updated the configurations
This commit is contained in:
-5
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user