# 测试配置文件 # @author 程序员鱼皮 # @from 编程导航知识星球 server: port: 8101 spring: # 数据库配置 # todo 需替换配置 datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true username: root password: 123asd # Redis 配置 # todo 需替换配置 redis: database: 1 host: localhost port: 6379 timeout: 5000 password: 123456 # Elasticsearch 配置 # todo 需替换配置 elasticsearch: uris: http://localhost:9200 username: root password: 123456 rabbitmq: host: localhost port: 5672 username: guest password: guest listener: simple: acknowledge-mode: manual