修改配置文件
This commit is contained in:
@@ -4,13 +4,13 @@ server:
|
|||||||
# 数据源配置
|
# 数据源配置
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://${MYSQL_HOST:8.138.180.255}:${MYSQL_PORT:3306}/${DB_NAME:aiResume}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
|
url: jdbc:mysql://${MYSQL_HOST:192.168.31.105}:${MYSQL_PORT:3306}/${DB_NAME:offerpie}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
|
||||||
username: ${MYSQL_USERNAME:root}
|
username: ${MYSQL_USERNAME:root}
|
||||||
password: ${MYSQL_PASSWORD:qwertyuiopasdfghjkl.zxcvbnm}
|
password: ${MYSQL_PASSWORD:123456}
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
redis:
|
redis:
|
||||||
host: ${REDIS_HOST:8.138.180.255}
|
host: ${REDIS_HOST:192.168.31.105}
|
||||||
password: ${REDIS_PASSWORD:qwertyuiopasdfghjkl.zxcvbnm}
|
password: ${REDIS_PASSWORD:123456}
|
||||||
port: ${REDIS_PORT:6379}
|
port: ${REDIS_PORT:6379}
|
||||||
timeout: 8s
|
timeout: 8s
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user