application-dev.yml 302 B

12345678
  1. ## 数据源
  2. spring:
  3. datasource:
  4. driver-class-name: com.mysql.cj.jdbc.Driver
  5. url: jdbc:mysql://localhost:3306/office?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
  6. username: root
  7. password: root
  8. sql-script-encoding: utf-8