Skip to content
Snippets Groups Projects
Commit e76039f8 authored by Rhys Evans's avatar Rhys Evans
Browse files

slight fix

parent 5b58f1ab
No related branches found
No related tags found
1 merge request!44Location apporval form validation update
......@@ -17,6 +17,8 @@ import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
......
......@@ -6,7 +6,7 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.datasource.DriverManagerDataSource;
@Configuration
public class DataSourceConfigfdg {
public class DataSourceConfig {
@Bean
public DataSource dataSource(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment