Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
0262f38c
Unverified
Commit
0262f38c
authored
Jul 19, 2020
by
laiyingzeng
Committed by
GitHub
Jul 19, 2020
Browse files
解决mysql-connector-java为8.0.16时MyBatis Generator无法生成XXXByPrimaryKey相关方法 (#418)
Co-authored-by:
laiyingzeng
<
laiyingzeng@gmail.com
>
parent
199c5600
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/mybatis-generator/generatorConfig.xml
View file @
0262f38c
...
...
@@ -43,7 +43,7 @@
<!--数据库连接信息-->
<jdbcConnection
driverClass=
"com.mysql.cj.jdbc.Driver"
connectionURL=
"jdbc:mysql://127.0.0.1:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&verifyServerCertificate=false&useSSL=false"
connectionURL=
"jdbc:mysql://127.0.0.1:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&verifyServerCertificate=false&useSSL=false
&nullCatalogMeansCurrent=true
"
userId=
"litemall"
password=
"litemall123456"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment