DevKevin-the-clown/WebAPI/target/classes/application.properties

6 lines
380 B
INI

spring.datasource.url=jdbc:mysql://localhost:3306/webapi?createDatabaseIfNotExist=true&useUnicode=yes&characterEncoding=UTF-8
spring.datasource.username=root
spring.datasource.password=4326bdh3dafd11231fdshyg3q
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.jpa.hibernate.ddl-auto=update