blob: 07ec02f5594aca16deb0a058f03185dbbba3c0e7 [file] [log] [blame]
spring:
application:
name: G9backend
datasource:
url: jdbc:mysql://localhost:3306/mcpt
username: root
password:
jpa:
hibernate:
ddl-auto: none
show-sql: true
properties:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
boot:
allow_jdbc_metadata_access: false