Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nablarch RESTfulウェブサービス OpenAPI Generatorのドキュメントを追加 #671

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
88bba37
feat: Nablarch RESTfulウェブサービス OpenAPI Generatorについて記述
charon-r13b Dec 10, 2024
92b3478
fix: 見出しの修正
charon-r13b Dec 10, 2024
51a0a43
fix: lint
charon-r13b Dec 10, 2024
9068369
feat: OpenAPIドキュメントの記述内で利用する情報は限定的である点を追記
charon-r13b Dec 10, 2024
aa9fb64
fix: XMLコードスニペットのインデント調整
charon-r13b Dec 12, 2024
1b5f115
feat: CLIについて追記
charon-r13b Dec 23, 2024
ac6e6dc
fix: Bean Validationの表記を見直し
charon-r13b Dec 23, 2024
2970246
fix: 追加のアノテーションを注釈する設定を分割
charon-r13b Dec 23, 2024
37f6e0a
fix: 表現の見直し
charon-r13b Dec 23, 2024
2ca2d63
feat: サポートしているアノテーションをアーキテクチャ概要およびルーティングアダプタからリンクして紹介
charon-r13b Dec 23, 2024
2cc0dc9
feat: インターフェースの生成単位の説明を分割
charon-r13b Dec 23, 2024
dc8b54f
feat: 明示的なバリデーションの実装例を追加+誤字修正
charon-r13b Dec 23, 2024
cb5a66f
feat: sourceFolderの指定がMavenプロジェクトの構成に影響するので追記
charon-r13b Dec 23, 2024
4afab17
feat: CLIとして実行するパターンのリンクを追記
charon-r13b Dec 25, 2024
00b5eb3
fix: 表現の統一
charon-r13b Dec 25, 2024
7127592
feat: バリデーションとJakarta Bean Validationに関する表現を整理
charon-r13b Dec 26, 2024
0709cab
fix: 表現の変更
charon-r13b Dec 26, 2024
a40f6c7
fix: サポートファイルをtipに変更
charon-r13b Jan 6, 2025
7568798
fix: 表現修正
charon-r13b Jan 6, 2025
ddc67b4
feat: アーティファクト名のリネームおよびバリデーションに関するコンテンツ追加
charon-r13b Jan 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ Java実装例
public class SampleBulkForm {

// ネストしたBeanに対してもバリデーションを実行することを
// しめすValidアノテーションを設定する
// 示すValidアノテーションを設定する
@Valid
private List<SampleForm> sampleForm;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@ CSRF対策

CORS
----------------------------------------
* :ref:`CORS <cors_preflight_request_handler>`
* :ref:`CORS <cors_preflight_request_handler>`

OpenAPIドキュメントからのソースコード生成
---------------------------------------------
* :ref:`nablarch_openapi_generator`
Loading