Files
tkcrawl-client/src/main/resources/application-dev.yml

30 lines
777 B
YAML
Raw Normal View History

2025-06-11 14:45:40 +08:00
# 测试配置文件
# @author <a href="https://github.com/liyupi">程序员鱼皮</a>
# @from <a href="https://yupi.icu">编程导航知识星球</a>
server:
port: 8101
spring:
# 数据库配置
# todo 需替换配置
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
2025-06-12 19:43:16 +08:00
url: jdbc:mysql://localhost:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
2025-06-11 14:45:40 +08:00
username: root
password: 123asd
# Redis 配置
# todo 需替换配置
redis:
database: 0
2025-06-11 14:45:40 +08:00
host: localhost
port: 6379
timeout: 5000
rabbitmq:
host: localhost
port: 5672
username: guest
password: guest
listener:
simple:
acknowledge-mode: manual