зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 13:46:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			19 строки
		
	
	
		
			500 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 строки
		
	
	
		
			500 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| spring:
 | |
|   jpa:
 | |
|     show-sql: true
 | |
|     properties:
 | |
|       hibernate:
 | |
|         format_sql: true
 | |
| logging:
 | |
|   level:
 | |
|     org.hibernate: trace
 | |
| 
 | |
| 2022
 | |
| https://www.baeldung.com/hibernate-logging-levels
 | |
| https://www.baeldung.com/sql-logging-spring-boot2022
 | |
| 
 | |
|     logging.level.org.hibernate.SQL=DEBUG
 | |
|     logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
 | |
|     logging.level.org.springframework.jdbc.core.JdbcTemplate=DEBUG
 | |
|     logging.level.org.springframework.jdbc.core.StatementCreatorUtils=TRACE
 | 
