application-test.yml 275 Bytes Raw Blame History Permalink 1 2 3 4 5 6 spring: datasource: url: jdbc:mysql://localhost:3306/ql-backend?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false username: root password: a15728006904 driver-class-name: com.mysql.cj.jdbc.Driver