replace parameterMap with parameterType

This commit is contained in:
liululee
2019-04-10 21:28:21 +08:00
parent e62ebc3db2
commit 7b80306bf8
2 changed files with 1 additions and 62 deletions

View File

@@ -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 配置