mybatis入门2

2018-06-18 01:25:22来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

1、Idea 如何新建XML文件

 

通过右键→file,通过写全后缀名添加创建

 

2、Mybatis配置工作原理

 

3、在做一个mybatis的demo的时候出现错误

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.apache.ibatis.reflection.Reflector (file:/D:/application/resp/org/mybatis/mybatis/3.4.6/mybatis-3.4.6.jar) to method java.lang.Class.checkPackageAccess(java.lang.SecurityManager,java.lang.ClassLoader,boolean)

WARNING: Please consider reporting this to the maintainers of org.apache.ibatis.reflection.Reflector

WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release

原因:JDK版本为8以上会出现警告,不影响使用

 

小tips

Ctrl+Alt+V 可以引入变量。例如把括号内的SQL赋成一个变量

快速添加行和列

Table>tr[*n]>th[*n] 然后输入tab创建成功

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Gradle创建项目(IntelliJ IDEA)

下一篇:82. Single Number [easy]