revert commit edd5cc9dd1
This commit is contained in:
@@ -11,7 +11,7 @@ import org.springframework.context.annotation.Bean;
|
|||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.context.annotation.ImportResource;
|
import org.springframework.context.annotation.ImportResource;
|
||||||
|
|
||||||
@SpringBootApplication(scanBasePackages = "org.libresonic.player.controller,org.libresonic.player.validator,org.libresonic.player.security")
|
@SpringBootApplication
|
||||||
@Configuration
|
@Configuration
|
||||||
@ImportResource(value = {"classpath:/applicationContext-service.xml",
|
@ImportResource(value = {"classpath:/applicationContext-service.xml",
|
||||||
"classpath:/applicationContext-cache.xml",
|
"classpath:/applicationContext-cache.xml",
|
||||||
|
|||||||
@@ -13,6 +13,9 @@
|
|||||||
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
||||||
|
|
||||||
<mvc:annotation-driven />
|
<mvc:annotation-driven />
|
||||||
|
<context:component-scan base-package="org.libresonic.player.controller,
|
||||||
|
org.libresonic.player.validator,
|
||||||
|
org.libresonic.player.security"/>
|
||||||
|
|
||||||
|
|
||||||
<bean id="urlMapping" class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
|
<bean id="urlMapping" class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
|
||||||
|
|||||||
Reference in New Issue
Block a user