blob: de13118aecf99bba47a8b4798d0f9d3c203380bb [file] [log] [blame]
spring:
application:
name: G9backend
datasource:
url: jdbc:mysql://202.205.102.121:3306/team9
username: team9
password: "Team99999#"
jpa:
hibernate:
ddl-auto: none
show-sql: true
properties:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
boot:
allow_jdbc_metadata_access: false