gestion revu de code en utilisant uniquement les DTO
All checks were successful
CI - Build & Test (develop) / build-and-test (pull_request) Successful in 27s

This commit is contained in:
2026-02-10 00:26:14 +01:00
parent c600d50ce4
commit f85191b47c
8 changed files with 288 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ spring.profiles.active=${SPRING_PROFILES_ACTIVE}
spring.jpa.properties.hibernate.id.new_generator_mappings=false
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
spring.jpa.open-in-view=false
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
jwt.jwtSecret=ImThEVeryB@dS@lt@302839_
jwt.jwtExpirationInMs=7776000000
@@ -63,4 +62,14 @@ server.tomcat.max-http-form-post-size=200MB
# ?? R<>duire le bruit des logs 'client aborted' (optionnel)
logging.level.org.springframework.web.servlet.mvc.method.annotation=INFO
logging.level.org.apache.catalina.connector.ClientAbortException=ERROR
logging.level.org.apache.catalina.connector.ClientAbortException=ERROR
# Affiche les requ<71>tes SQL
#spring.jpa.show-sql=true
# Formate le SQL pour la lisibilit<69>
#spring.jpa.properties.hibernate.format_sql=true
# Affiche les valeurs des param<61>tres bind<6E>s (Hibernate 5.4+)
#logging.level.org.hibernate.SQL=DEBUG
#logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE