Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Jakarta, JPA, REST, Security

An up-to-date sample project using JakartaEE, EJB, JPA, Restful, JWT services with the latest Jakarta packages. Runs on payara.

The schema name is JakartaEE. Create it in your postgresql database.

For login:

localhost:8080/JakartaJPARestJWT/user/login

post body is below

{"username":"user", "password":"1234"}

{"username":"admin", "password":"1234"}