# project2 **Repository Path**: Ollivandergitee/group4-project2 ## Basic Information - **Project Name**: project2 - **Description**: 第二个第二个第二个第二个 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-28 - **Last Updated**: 2024-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README + 配置文件application-personal.yml在.gitignore里,自建才能启动 ![image-20240102140614551](README.assets/image-20240102140614551.png) ​ ```java # 改成自己的本地配置 spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/db_homework?characterEncoding=utf-8 username: root password: 123456 # 静态资源的位置 web: resources.static-locations: file:d:/app1/ ```