spring.datasource.url= jdbc:mysql://localhost:3306/ciai?useSSL=false spring.datasource.username=root spring.datasource.password=root spring.jpa.show-sql = false spring.jpa.hibernate.ddl-auto=create spring.jpa.hibernate.naming.strategy = org.hibernate.cfg.ImprovedNamingStrategy spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect