Skip to content

💾 Complete SPRING Service that includes Java Persistence as well as several Crosscutting Concerns needed for a mature application - Also includes a native image build

Notifications You must be signed in to change notification settings

goafabric/person-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sonarqube

Quality Gate Status Coverage

Security Rating Reliability Rating Maintainability Rating

docker compose

go to /src/deploy/docker and do "./stack up" or "./stack up -native"

run jvm multi image

docker run --pull always --name person-service --rm -p50800:50800 goafabric/person-service:$(grep '^version=' gradle.properties | cut -d'=' -f2)

run native image

docker run --pull always --name person-service-native --rm -p50800:50800 goafabric/person-service-native:$(grep '^version=' gradle.properties | cut -d'=' -f2) -Xmx64m

About

💾 Complete SPRING Service that includes Java Persistence as well as several Crosscutting Concerns needed for a mature application - Also includes a native image build

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •