wuchimedes | a1bf278 | 2025-03-27 15:08:54 +0800 | [diff] [blame] | 1 | spring.datasource.password=050301 |
2 | spring.datasource.username=root | ||||
3 | spring.datasource.url=jdbc:mysql://localhost:3306/g8backend | ||||
4 | spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver | ||||
5 | |||||
6 | mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml |