teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

誤植があったため修正

2021/11/16 11:13

投稿

ka_ei
ka_ei

スコア207

title CHANGED
File without changes
body CHANGED
@@ -20,14 +20,14 @@
20
20
  ```xml
21
21
  <action-mappings type="org.seasar.struts.config.S2ActionMapping">
22
22
  <action
23
- path="/test/*/update/"
23
+ path="v1/test/*/update/"
24
24
  scope="request"
25
25
  type="testpackage.action.testUpdateAction"
26
26
  />
27
27
  </action-mappings>
28
28
  ```
29
29
 
30
- ※ActionのexecuteアノテーションにurlPattern="test/{id}/update"を記載
30
+ ※ActionのexecuteアノテーションにurlPattern="v1/test/{id}/update"を記載
31
31
 
32
32
  # バージョン
33
33
  Java1.8