SpringCloudStudy/book-service/src/main/resources/application.yml

17 lines
360 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 8201
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://43.143.164.194:3306/mac
username: mac
password: mactest
session:
# 存储类型修改为redis
store-type: redis
redis:
# Redis服务器的信息该咋写咋写
host: 43.143.164.194
port: 6379
password: redis