application-test.yaml 242 Bytes
Newer Older
1 2 3 4 5 6 7
spring:
  # datasource
  datasource:
    url: jdbc:mysql://192.168.88.14:3306/mall_user?useSSL=false&useUnicode=true&characterEncoding=UTF-8
    driver-class-name: com.mysql.jdbc.Driver
    username: root
    password: ${MALL_MYSQL_PASSWORD}