# SpringBoot零基础到实战Source **Repository Path**: liyongheng/SpringBootLearnSrc ## Basic Information - **Project Name**: SpringBoot零基础到实战Source - **Description**: SpringBoot 零基础入门源码 文档地址: https://www.maxiaoke.com/manual/springboot_hxjs.html - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-01 - **Last Updated**: 2023-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 运行项目需要修改application.yaml文件 ``` spring: datasource: url: jdbc:mysql://localhost:3306/yeti2 username: root password: root driver-class-name: com.mysql.jdbc.Driver redis: host: 192.168.31.101 port: 37690 password: bt_redis ```