`ctrl+alt+shift+T`重构选区,可以将选区抽取成变量,方法等。不同的重构方式有... 整合的REPL,由于JetBrains的加成可以实现很多与编辑器内相同的效果 整合...
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数据库显示如下黔驴技穷了。。。