Some checks failed
Deploy Spring Boot App / build-and-deploy (push) Has been cancelled
12 lines
456 B
Properties
12 lines
456 B
Properties
spring.application.name=fercoganbackend
|
|
spring.profiles.active=dev
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
|
|
# Nivel de log para Spring Security
|
|
logging.level.org.springframework.security=DEBUG
|
|
logging.level.org.hibernate.SQL=DEBUG
|
|
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
|