spring.thymeleaf.cache=false spring.jackson.serialization.INDENT_OUTPUT=true #JPA properties spring.jpa.hibernate.ddl-auto=update spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/carinsurance spring.datasource.username=carinsurance spring.datasource.password=A6ourNAkKu988iedob7UU7Hk spring.datasource.driver-class-name=org.mariadb.jdbc.Driver spring.jpa.database=MYSQL spring.jpa.database-platform = org.hibernate.dialect.MariaDBDialect spring.jpa.open-in-view=true spring.jpa.show_sql=false spring.jpa.generate-ddl=false spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true