spring: datasource: url: jdbc:mysql://127.0.0.1:3306/ecommerce?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 username: root password: root
driver-class-name: com.mysql.jdbc.Driver
jpa: show-sql: true hibernate: ddl-auto: update