-
Notifications
You must be signed in to change notification settings - Fork 0
MySQL Configuration
Yutaka Kato edited this page Dec 3, 2016
·
4 revisions
[mysqld]
section:
character_set_server=utf8mb4
collation-server=utf8mb4_unicode_ci
[mysql]
section:
default-character-set=utf8mb4
spring:
section:
spring:
datasource:
url: jdbc:mysql://localhost/mosaic
username: mosaic
password: XXXXXXXXXX
driverClassName: com.mysql.jdbc.Driver
jpa:
database-platform: org.hibernate.dialect.MySQLDialect
show-sql: false
generate-ddl: true
hibernate:
ddl-auto: update