【十次方基础教程(后台)】application.yml里面

server:
  port: 9003
spring:
  application:
    name: tensquare-qa #指定服务名
  jackson:
    time-zone: GMT+8 #解决时间差8小时问题
  datasource:
    driverClassName: com.mysql.jdbc.Driver
    url: jdbc:mysql://192.168.79.130:3306/tensquare_qa?characterEncoding=UTF8
    username: root
    password: root
  jpa:
    database: MySQL
    show-sql: true
  redis:
    host: 192.168.79.130

猜你喜欢

转载自www.cnblogs.com/IceBlueBrother/p/10516318.html