Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 333 Bytes

JavaEE 8 Tutorials & Examples

All codes worked on OpenLiberty (Full JakartaEE certified)

for test security api : (Linux/Unix OS)

use http command :
http http://localhost:8080/api/v1/test/hello -a admin:adminpass

use curl command :
curl http://localhost:8080/api/v1/test/hello -u admin:adminpass