参考ページ

http://qiita.com/nvtomo1029/items/03f263423848a955f2bc

アノテーション

なくても大丈夫だけど、より詳細な説明をController単位で追加できる 指定しない場合はtagsはハイフンつなぎのクラス名 descriptionはクラス名。valueは不明!

指定しないとメソッド名のところを指定した場合は、エンドポイント単位に説明追加

設定

               .select().apis(apiPackage()).paths(or(and(apiPath(), not(actuatorPath()), not(testPath())), internalApiPath())).build()
   private Predicate<String> actuatorPath() {
       return regex("/actuator/?.*");
   }

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS