@ -6,7 +6,7 @@ spring:
host: 127.0.0.1
port: 6379
password:
database: 0
database: 1
ssl:
enabled: false
##redis 集群环境配置
@ -17,7 +17,7 @@ spring:
# MySql
url: jdbc:mysql://localhost:3306/jinchao?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
username: root
password: 123456
password: mysql123456
# PostgreSQL
#url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
#username: postgres
@ -1,6 +1,6 @@
#服务器配置
server:
port: 80
port: 8090
undertow:
threads:
# 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程