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
# From https://www.educative.io/edpresso/installing-pip3-in-ubuntu
sudo apt-get -y install python3-pip
# From https://github.com/containers/podman-compose
pip3 install podman-compose
@gilbertolptn
gilbertolptn / bootstrap-otimizado.yaml
Created June 3, 2022 14:44
Desabilitando metadata do Hibernate para otimizar startup da aplicação
spring:
jpa:
hibernate.ddl-auto: none
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
temp.use_jdbc_metadata_defaults: false