Skip to content

Commit

Permalink
Support for JsonView in OpenAPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Sep 17, 2019
1 parent d94ba8d commit 2b3cad3
Show file tree
Hide file tree
Showing 13 changed files with 1,548 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ bin
*.iml
*.sh
tty.sh
.okhttpcache/*
.okhttpcache
18 changes: 18 additions & 0 deletions .travis/settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ossrh</id>
<username>${env.NEXUS_USERNAME}</username>
<password>${env.NEXUS_PASSWORD}</password>
</server>
<server>
<id>github</id>
<username>${env.GITHUB_USERNAME}</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>

</settings>
Loading

0 comments on commit 2b3cad3

Please sign in to comment.