maven config for swagger plugin changed

This commit is contained in:
Athou
2019-05-01 19:56:48 +02:00
parent 201f7dbd3e
commit 696e0b1fa7

View File

@@ -103,7 +103,11 @@
<configuration> <configuration>
<apiSources> <apiSources>
<apiSource> <apiSource>
<locations>com.commafeed.frontend.resource;com.commafeed.frontend.model;com.commafeed.frontend.model.request</locations> <locations>
<location>com.commafeed.frontend.resource</location>
<location>com.commafeed.frontend.model</location>
<location>com.commafeed.frontend.model.request</location>
</locations>
<swaggerDirectory>target/swagger</swaggerDirectory> <swaggerDirectory>target/swagger</swaggerDirectory>
<basePath>/rest</basePath> <basePath>/rest</basePath>
<info> <info>