MacOs环境下Mybatis逆向工程向MySql数据库插入中文数据会乱码,英文不会,求大佬怎么解决?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MacOs环境下Mybatis逆向工程向MySql数据库插入中文数据会乱码,英文不会,求大佬怎么解决?相关的知识,希望对你有一定的参考价值。

mbg.xml配置: ```<jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://localhost:3306/NBLogistics?useUnicode=true&characterEncoding=utf-8&useSSL=true" userId="root" password="12345678"> </jdbcConnection>```jdbc.properties配置: ```url=jdbc:mysql://localhost:3306/NBLogistics?useUnicode=true&characterEncoding=utf-8driver=com.mysql.jdbc.Driverusername=rootpassword=12345678```MapperTest.java:```public void testCRUD() departmentMapper.insertSelective(new Department(null, "lefter")); departmentMapper.insertSelective(new Department(null, "可行不")); ```mysql数据库显示如下黔驴技穷了。。。

参考技术A `ctrl+alt+shift+T`重构选区,可以将选区抽取成变量,方法等。不同的重构方式有... 整合的REPL,由于JetBrains的加成可以实现很多与编辑器内相同的效果 整合... 参考技术B mbg.xml配置: ``` ```jdbc.properties配置: ```url=jdbc:mysql://localhost:3306/NBLogistics?useUnicode=true&characterEncoding=utf-8driver=com.mysql.jdbc.Driverusername=rootpassword=12345678```MapperTest.java:```public void testCRUD() departmentMapper.insertSelective(new Department(null, "lefter")); departmentMapper.insertSelective(new Department(null, "可行不")); ```mysql数据库显示如下黔驴技穷了。。。

以上是关于MacOs环境下Mybatis逆向工程向MySql数据库插入中文数据会乱码,英文不会,求大佬怎么解决?的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot示例教程MySQL与Mybatis基础用法

macOS下MySQL 8.0 安装与配置教程

MyBatis在非Spring环境下第三方DataSource设置-Druid篇

My Baits入门mybaits环境搭建

java逆向工程-mybatis-generator

在springboot环境下tk-mybatis的使用记录