Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Mandacaru</title>
- </head>
- <body>
- <h2>Webservice REST</h2>
- /api<br>
- <h3 style="text-indent:20px;">Resource</h3>
- <p style="text-indent:20px;">/products</p>
- <h3 style="text-indent:40px;">For search by name:</h3>
- <p style="text-indent:40px;">/search?name={name}</p>
- </body>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement