Fix rest auth. Review filters.
This commit is contained in:
@@ -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
|
||||
|
||||
##################################################################################
|
||||
|
Reference in New Issue
Block a user