Fix rest auth. Review filters.

This commit is contained in:
Paulo Gustavo Veiga
2024-01-15 07:59:04 -08:00
parent 2f32ef66e9
commit 03a6c0ef8b
8 changed files with 74 additions and 86 deletions

View File

@@ -1,7 +1,8 @@
##################################################################################
Springboot Common
SpringBoot Common
##################################################################################
# JPA
spring.datasource.initialize=true
spring.main.allow-circular-references=true
@@ -10,11 +11,9 @@ spring.jpa.properties.hibernate.current_session_context_class=thread
spring.jpa.properties.hibernate.format_sql=true
spring.sql.init.mode=always
##################################################################################
Log Level
##################################################################################
# LOG
logging.level.root=INFO
logging.level.root=TRACE
logging.level.org.apache.tomcat=INFO
##################################################################################