Browse Source

'测试环境'

master
dongyuangong 4 years ago
parent
commit
11c9df69f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/resources/config/application-test.yml

+ 1
- 1
src/main/resources/config/application-test.yml View File

context-path: /api context-path: /api
spring: spring:
datasource: datasource:
url: jdbc:mysql://localhost:3306/taauav_nanjing?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false
url: jdbc:mysql://localhost:3306/taauav_app?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false
username: root username: root
password: idontcare password: idontcare
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver

Loading…
Cancel
Save