L'application démarre

This commit is contained in:
calaglinPilot 2025-05-01 19:06:21 +02:00
parent 5e19641ec5
commit a7f6e661c9

View file

@ -1 +1,26 @@
spring.application.name=MangerAutourDeSimplonBack spring.application.name=MangerAutourDeSimplonBack
# ===============================
# base de données MySQL
# ===============================
spring.datasource.url=jdbc:mysql://localhost:3306/simpleat?useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=CET
spring.datasource.username=milane
spring.datasource.password=bbLouis1+Noe2
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# log
#logging.level.root=INFO
#logging.file=d:/data/log-hibernate-jpa.log
#logging.level.org.springframework.jdbc.core.JdbcTemplate=debug
# ===============================
# JPA / HIBERNATE
# ===============================
spring.jpa.show-sql=true
# spring.jpa.hibernate.ddl-auto=update
# spring.jpa.hibernate.ddl-auto=none
# spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
# ===============================
# Permet d'exécuter le data.sql
# ===============================
# spring.sql.init.mode=always
# spring.jpa.defer-datasource-initialization=true
# server.port=8081