# nacos-db **Repository Path**: pu1yq/nacos-db ## Basic Information - **Project Name**: nacos-db - **Description**: nacos链接配置数据库 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-11 - **Last Updated**: 2024-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工程简介 ``` 主要用于熟练nacos对配置文件的操作的理解 ``` application-dev.yaml spring: datasource: username: root password: 123456 url: jdbc:mysql://[ip]:3306/Test?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC driver-class-name: com.mysql.cj.jdbc.Driver # 延伸阅读 ![img.png](img.png)