server: port: 8080 # 数据源配置 spring: datasource: druid: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://36.134.91.96:17330/service_email?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: fjhx2012mysql password: 3PN-Mzn#vnP&q6d redis: # 地址 host: localhost # 端口,默认为6379 port: 6379 # 密码 password: # 数据库索引 database: 0 mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl config: urlPrefix: "http://localhost:3000/"