Project

General

Profile

« Previous | Next » 

Revision 49931

1. Update pom.xml with swagger dep.
2. Change pagination numbers.
3. Add swagger config file.
4. Change piwik queries with new database collumns.

View differences:

application-context.xml
3 3
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 4
       xmlns:context="http://www.springframework.org/schema/context"
5 5
       xmlns:task="http://www.springframework.org/schema/task" xmlns:tx="http://www.springframework.org/schema/tx"
6
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7
	http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd">
6
       xsi:schemaLocation="http://www.springframework.org/schema/beans
7
       http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
8
	http://www.springframework.org/schema/context
9
	http://www.springframework.org/schema/context/spring-context-4.0.xsd
10
	http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd">
8 11

  
9 12
    <import resource="classpath:META-INF/cxf/cxf.xml"/>
10
    <!-- <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/>-->
13
     <!--<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/>-->
11 14
    <import resource="classpath:META-INF/cxf/cxf-extension-jaxws.xml"/>
12 15
    <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
13 16
    <import resource="classpath*:/cxf.xml"/>
......
22 25
    <import resource="classpath*:/gr/uoa/di/driver/app/springContext-commons.xml"/>
23 26
    <import resource="classpath*:/gr/uoa/di/driver/app/springContext-registrator.xml"/>
24 27
    <import resource="classpath*:/eu/dnetlib/repos/springContext-repos-dms-cached.xml"/>
25

  
26 28
    <context:property-placeholder location="classpath*:/eu/**/application.properties" />
27 29
    <tx:annotation-driven transaction-manager="txManager"/>
28 30

  
......
78 80
        <property name="dataSource" ref="repomanager.dataSource"/>
79 81
    </bean>
80 82

  
81

  
82 83
</beans>

Also available in: Unified diff