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:

pom.xml
205 205
            <artifactId>json</artifactId>
206 206
            <version>20080701</version>
207 207
        </dependency>
208

  
209
        <dependency>
210
            <groupId>io.springfox</groupId>
211
            <artifactId>springfox-swagger2</artifactId>
212
            <version>2.7.0</version>
213
        </dependency>
214
        <dependency>
215
            <groupId>io.springfox</groupId>
216
            <artifactId>springfox-swagger-ui</artifactId>
217
            <version>2.7.0</version>
218
        </dependency>
219

  
208 220
    </dependencies>
209 221

  
210 222

  

Also available in: Unified diff