Skip to content

Commit

Permalink
修改 配置文件路径符号兼容
Browse files Browse the repository at this point in the history
  • Loading branch information
kkangert committed Jul 24, 2024
1 parent 72679c6 commit e6b4373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kspider-web/src/main/resources/config/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss
# datasource
datasource:
url: jdbc:mysql://kspider-mysql:3306/kspider?createDatabaseIfNotExist=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&useSSL=true
url: jdbc:mysql://127.0.0.1:3306/kspider?createDatabaseIfNotExist=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&useSSL=true
username: root
password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down Expand Up @@ -55,7 +55,7 @@ spider:
# 死循环检测(只在测试流程时才会启用)
dead-cycle: 5000
# 工作目录
workspace: ${user.home}/kspider
workspace: ${user.home}${file.separator}kspider
# 线程池
thread-pool:
# 线程池最大线程数
Expand Down

0 comments on commit e6b4373

Please sign in to comment.