학습 목적이므로, application-prod.yml은 두지 않는다.
server:
port: 8080
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/querydsl?useSSL=false
username: root
password: <DB PASSWORD>
jpa:
database: mysql
database-platform: org.hibernate.dialect.MySQL8Dialect
generate-ddl: true
hibernate:
ddl-auto: create
show_sql: true