mirror of
https://github.com/JeffLi1993/springboot-learning-example.git
synced 2026-03-13 21:43:45 +08:00
replace parameterMap with parameterType
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## 数据源配置
|
||||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/springbootdb?useUnicode=true&characterEncoding=utf8
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=XX
|
||||
spring.datasource.password=123456
|
||||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
||||
|
||||
## Mybatis 配置
|
||||
|
||||
Reference in New Issue
Block a user