Skip to content

Instantly share code, notes, and snippets.

View gilbertolptn's full-sized avatar

Gilberto Lptn gilbertolptn

  • Rio Grande do Sul
View GitHub Profile
logging:
level:
org.hibernate.SQL: DEBUG
org.hibernate.type.descriptor.sql.BasicBinder: TRACE
# Build to local docker
gradle build jibDockerBuild
# Run in local docker
docker run --rm -it -e SPRING_PROFILES_ACTIVE=local -p 8080:8080 IMAGE
# Build to TAR using arbitrary image
gradle build jibBuildTar -Djib.from.image=openjdk:11-jre --exclude-task test