techheroshop-project-interface-dev.yml 284 Bytes
Newer Older
1 2 3 4 5
spring:
  datasource:
    url: jdbc:mysql://127.0.0.1:3306/ecommerce?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
    username: root
    password: root
6
    driver-class-name: com.mysql.jdbc.Driver
7 8 9 10
  jpa:
    show-sql: true
    hibernate:
      ddl-auto: update
11 12


13