Skip to content

benhassenkarim/jakartaEE-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is a jakarta ee todo manager web app using : jpa jax-rs jwt caching

push a Jakarta EE image to Azure ?

Steps

  1. Create an Azure account if you don't have one, and create an Azure Container Registry (Similar to Docker registry)
  2. Enable Admin on the ACR and note the URL and password generated
  3. Add the URL as id and password to your Maven settings.xml in ~/.m2/settings.xml similar to
<servers>
      <server>
        <id>[Azure ACR URL]</id>
        <username>[Generated Username]</username>
        <password>[Generated Password]</password>
      </server>
</servers>
  1. Make similar changes in project pom.xml file
  2. Create an Azure Web App for Containers and choose your container registry
  3. To push code to ACR, simply run
mvn clean package
mvn deploy

About

Jakarta EE todo manager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages