37 lines
503 B
HTML
37 lines
503 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Eclipse MicroProfile demo</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<h2>MicroProfile</h2>
|
||
|
|
|
||
|
|
<a href="data/hello" target="_blank" >Hello JAX-RS endpoint</a> <br/>
|
||
|
|
|
||
|
|
|
||
|
|
<h3>Config</h3>
|
||
|
|
<a href="data/config/injected" target="_blank" >Injected config values</a> <br/>
|
||
|
|
<a href="data/config/lookup" target="_blank" >Config values by lookup</a> <br/>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<h3>JWT Auth</h3>
|
||
|
|
Look at readme.md on how to test protected endpoint.
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|