springtrainer2/src/main/resources/application.properties

9 lines
432 B
INI

spring.datasource.url=jdbc:mariadb://192.168.68.113:3306/springbootdb
spring.datasource.username=gmgauthier
spring.datasource.password=thx1138gg
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDBDialect
spring.jpa.properties.hibernate.format_sql=true
server.error.include-message=always