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