#spring.datasource.url=jdbc:mysql://localhost:3306/mysql?useSSL=false #spring.datasource.driver-class-name=com.mysql.jdbc.Driver #spring.datasource.name=mysql #spring.jpa.database=mysql #spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect spring.jpa.generate-ddl=true spring.datasource.url=jdbc:mariadb://localhost:3306/testreports spring.datasource.username=root spring.datasource.password=root spring.datasource.driver-class-name=org.mariadb.jdbc.Driver spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect # Keep the connection alive if idle for a long time (needed in production) spring.datasource.testWhileIdle=true #spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardIm #spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQLDialect #spring.jpa.properties.hibernate.id.new_generator_mappings = false #spring.jpa.properties.hibernate.format_sql = true #spring.jpa.hibernate.ddl-auto=create #logging.level.org.hibernate.SQL=DEBUG #logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE # Naming strategy #spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy