标签:rem 选择 color 使用 efi one zone sql server
创建项目的时候选择
application.yml内容如下
spring: redis: host: 127.0.0.1 port: 6379 database: 0 datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/alertremotecontrol?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=true username: root password: 123456 jpa: hibernate: ddl-auto: update show-sql: true user: redis_prefix: USERS_REDIS_PREFIX token_name: LOGIN_TOKEN
springboot 配置和使用例子: redis,MySql数据库,RabbitMQ消息队列
标签:rem 选择 color 使用 efi one zone sql server
原文地址:https://www.cnblogs.com/noigel/p/11419168.html