Skip to content

Instantly share code, notes, and snippets.

@cubenuri
Created November 21, 2018 08:05
Show Gist options
  • Save cubenuri/57b8785cd876a0bed4d0014069cecf1a to your computer and use it in GitHub Desktop.
Save cubenuri/57b8785cd876a0bed4d0014069cecf1a to your computer and use it in GitHub Desktop.
spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/csr
spring.datasource.driverClassName=org.mariadb.jdbc.Driver
spring.datasource.username=test
spring.datasource.password=1234567890
spring.datasource.tomcat.max-active=20
spring.datasource.tomcat.max-idel=5
spring.jpa.show-sql=true
# Hibernate ddl auto (create, create-drop, update): with "create-drop" the database
# schema will be automatically created afresh for every start of application
spring.jpa.hibernate.ddl-auto=create
# Allows Hibernate to generate SQL optimized for a particular DBMS
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment